llvm-6502/tools/opt/CMakeLists.txt
2009-09-03 16:00:08 +00:00

10 lines
202 B
CMake

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