summaryrefslogtreecommitdiff
path: root/tools/opt/CMakeLists.txt
blob: 7daf22aa9e3e6809ef5d2c8795b3f6aca93409a5 (plain)
1
2
3
4
5
6
7
8
set(LLVM_LINK_COMPONENTS bitreader asmparser bitwriter instrumentation scalaropts ipo vectorize)

add_llvm_tool(opt
  AnalysisWrappers.cpp
  GraphPrinters.cpp
  PrintSCC.cpp
  opt.cpp
  )