diff options
Diffstat (limited to 'contrib/llvm/tools/llvm-ld/CMakeLists.txt')
-rw-r--r-- | contrib/llvm/tools/llvm-ld/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/llvm/tools/llvm-ld/CMakeLists.txt b/contrib/llvm/tools/llvm-ld/CMakeLists.txt new file mode 100644 index 0000000..2ae4a1d --- /dev/null +++ b/contrib/llvm/tools/llvm-ld/CMakeLists.txt @@ -0,0 +1,6 @@ +set(LLVM_LINK_COMPONENTS ipo scalaropts linker archive bitwriter) + +add_llvm_tool(llvm-ld + Optimize.cpp + llvm-ld.cpp + ) |