1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/tools/llvm-lto/CMakeLists.txt
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
)