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

16 lines
158 B
CMake

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