blob: efcca80ddfc21bbb0c45b5c76c418857f2abb891 [file] [log] [blame]
Oscar Fuentes3d01fc72008-09-22 01:08:49 +00001set(LLVM_REQUIRES_EH 1)
2set(LLVM_LINK_COMPONENTS bitreader bitwriter instrumentation scalaropts ipo)
3
4add_llvm_tool(opt
5 AnalysisWrappers.cpp
6 GraphPrinters.cpp
7 PrintSCC.cpp
8 opt.cpp
9 )