summaryrefslogtreecommitdiff
path: root/tools/llvm-ld/CMakeLists.txt
blob: 370bcb4abf52d4bb06d5ef2a52ffc7c85b336602 (plain)
1
2
3
4
5
6
7
8
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)