Build system fix to make llvm-mc properly build
[oota-llvm.git] / tools / llvm-ld / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS ipo scalaropts linker archive bitwriter)
2
3 add_llvm_tool(llvm-ld
4   Optimize.cpp
5   llvm-ld.cpp
6   )