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

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