YouCompleteMe/cpp/llvm/tools/llvm-ld/CMakeLists.txt

9 lines
169 B
CMake
Raw Normal View History

2012-07-05 20:51:06 -04:00
set(LLVM_LINK_COMPONENTS ipo scalaropts linker archive bitwriter vectorize)
add_llvm_tool(llvm-ld
Optimize.cpp
llvm-ld.cpp
)
add_dependencies(llvm-ld llvm-stub)