7daf22aa9e3e6809ef5d2c8795b3f6aca93409a5
[oota-llvm.git] / tools / opt / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS bitreader asmparser bitwriter instrumentation scalaropts ipo vectorize)
2
3 add_llvm_tool(opt
4   AnalysisWrappers.cpp
5   GraphPrinters.cpp
6   PrintSCC.cpp
7   opt.cpp
8   )