summaryrefslogtreecommitdiff
path: root/tools/llvm-lto/CMakeLists.txt
blob: 348976cb811fbd5b45d12de5c8e8e328234b0736 (plain)
1
2
3
4
5
6
set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} lto support)

add_llvm_tool(llvm-lto
  llvm-lto.cpp
  )