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

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