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

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