blob: 0570d0e04af799d63c79b509b2f0c2bcbe97085e [file] [log] [blame]
Michael J. Spencer93c9b2e2010-09-13 23:59:48 +00001set(LLVM_LINK_COMPONENTS bitreader asmparser bitwriter instrumentation scalaropts ipo)
2
Oscar Fuentesa229b3c2008-09-22 01:08:49 +00003add_llvm_tool(opt
4 AnalysisWrappers.cpp
5 GraphPrinters.cpp
6 PrintSCC.cpp
7 opt.cpp
8 )