1set(LLVM_LINK_COMPONENTS
2  ${LLVM_TARGETS_TO_BUILD}
3  LTO
4  MC
5  Support
6  )
7
8add_llvm_tool(llvm-lto
9  llvm-lto.cpp
10  )
11
12