mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 05:32:25 +00:00
8 lines
123 B
CMake
8 lines
123 B
CMake
|
add_llvm_tool(llvm-lto
|
||
|
llvm-lto.cpp
|
||
|
)
|
||
|
|
||
|
target_link_libraries(llvm-lto LTO LLVMSupport)
|
||
|
|
||
|
add_dependencies(llvm-lto lto)
|