llvm-project/llvm/tools/llvm-lto/CMakeLists.txt

17 lines
169 B
CMake

set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
BitWriter
Core
IRReader
LTO
MC
Object
Support
Target
)
add_llvm_tool(llvm-lto
llvm-lto.cpp
)