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