YouCompleteMe/cpp/llvm/tools/opt/CMakeLists.txt

9 lines
188 B
CMake
Raw Normal View History

2012-07-05 20:51:06 -04:00
set(LLVM_LINK_COMPONENTS bitreader asmparser bitwriter instrumentation scalaropts ipo vectorize)
add_llvm_tool(opt
AnalysisWrappers.cpp
GraphPrinters.cpp
PrintSCC.cpp
opt.cpp
)