YouCompleteMe/cpp/llvm/tools/opt/CMakeLists.txt
2012-07-05 17:51:06 -07:00

9 lines
188 B
CMake

set(LLVM_LINK_COMPONENTS bitreader asmparser bitwriter instrumentation scalaropts ipo vectorize)
add_llvm_tool(opt
AnalysisWrappers.cpp
GraphPrinters.cpp
PrintSCC.cpp
opt.cpp
)