diff options
Diffstat (limited to 'contrib/llvm/lib/Linker/CMakeLists.txt')
-rw-r--r-- | contrib/llvm/lib/Linker/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/llvm/lib/Linker/CMakeLists.txt b/contrib/llvm/lib/Linker/CMakeLists.txt new file mode 100644 index 0000000..0b6d2f4 --- /dev/null +++ b/contrib/llvm/lib/Linker/CMakeLists.txt @@ -0,0 +1,6 @@ +add_llvm_library(LLVMLinker + LinkArchives.cpp + LinkItems.cpp + LinkModules.cpp + Linker.cpp + ) |