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