OLD | NEW |
---|---|
1 set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} bitreader asmparser bitwriter instrumentation scalaropts objcarcopts ipo vectorize) | 1 set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} bitreader asmparser bitwriter instrumentation naclanalysis nacltransforms scalaropts objcarcopts ipo vectorize ) |
2 | 2 |
3 add_llvm_tool(opt | 3 add_llvm_tool(opt |
4 AnalysisWrappers.cpp | 4 AnalysisWrappers.cpp |
5 GraphPrinters.cpp | 5 GraphPrinters.cpp |
6 PrintSCC.cpp | 6 PrintSCC.cpp |
7 opt.cpp | 7 opt.cpp |
8 ) | 8 ) |
OLD | NEW |