| Chandler Carruth | e60e57b | 2013-03-26 02:25:37 +0000 | [diff] [blame] | 1 | set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} bitreader asmparser bitwriter irreader instrumentation scalaropts objcarcopts ipo vectorize) |
| Michael J. Spencer | 93c9b2e | 2010-09-13 23:59:48 +0000 | [diff] [blame] | 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 | ) |
| Rafael Espindola | 76f9227 | 2013-04-04 01:01:32 +0000 | [diff] [blame^] | 9 | set_target_properties(opt PROPERTIES ENABLE_EXPORTS 1) |