summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Linker
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Linker')
-rw-r--r--llvm/lib/Linker/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/lib/Linker/CMakeLists.txt b/llvm/lib/Linker/CMakeLists.txt
new file mode 100644
index 00000000000..0b6d2f4218e
--- /dev/null
+++ b/llvm/lib/Linker/CMakeLists.txt
@@ -0,0 +1,6 @@
+add_llvm_library(LLVMLinker
+ LinkArchives.cpp
+ LinkItems.cpp
+ LinkModules.cpp
+ Linker.cpp
+ )
OpenPOWER on IntegriCloud