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

add_llvm_tool(opt
  AnalysisWrappers.cpp
  GraphPrinters.cpp
  PrintSCC.cpp
  opt.cpp
  )
set_target_properties(opt PROPERTIES ENABLE_EXPORTS 1)