1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-02-16 00:33:10 +00:00
2011-02-09 04:17:47 +00:00

9 lines
159 B
CMake

set(LLVM_LINK_COMPONENTS ipo scalaropts linker archive bitwriter)
add_llvm_tool(llvm-ld
Optimize.cpp
llvm-ld.cpp
)
add_dependencies(llvm-ld llvm-stub)