1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2024-12-24 22:32:47 +00:00
llvm-6502/tools/opt/CMakeLists.txt
2008-09-22 01:08:49 +00:00

10 lines
192 B
CMake

set(LLVM_REQUIRES_EH 1)
set(LLVM_LINK_COMPONENTS bitreader bitwriter instrumentation scalaropts ipo)
add_llvm_tool(opt
AnalysisWrappers.cpp
GraphPrinters.cpp
PrintSCC.cpp
opt.cpp
)