| Michael J. Spencer | 93c9b2e | 2010-09-13 23:59:48 +0000 | [diff] [blame^] | 1 | set(LLVM_LINK_COMPONENTS bitreader asmparser bitwriter instrumentation scalaropts ipo) |
| 2 | |||||
| Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 3 | add_llvm_tool(opt |
| 4 | AnalysisWrappers.cpp | ||||
| 5 | GraphPrinters.cpp | ||||
| 6 | PrintSCC.cpp | ||||
| 7 | opt.cpp | ||||
| 8 | ) | ||||