1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-05 12:31:46 +00:00
2013-12-10 11:13:32 +00:00

13 lines
128 B
CMake

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