aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DWARFLinkerParallel
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/DWARFLinkerParallel')
-rw-r--r--llvm/lib/DWARFLinkerParallel/DWARFLinker.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/llvm/lib/DWARFLinkerParallel/DWARFLinker.cpp b/llvm/lib/DWARFLinkerParallel/DWARFLinker.cpp
new file mode 100644
index 000000000000..a54d2e3cc281
--- /dev/null
+++ b/llvm/lib/DWARFLinkerParallel/DWARFLinker.cpp
@@ -0,0 +1,13 @@
+//=== DWARFLinker.cpp -----------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#include "llvm/DWARFLinkerParallel/DWARFLinker.h"
+
+namespace llvm {
+namespace dwarflinker_parallel {} // end of namespace dwarflinker_parallel
+} // namespace llvm