aboutsummaryrefslogtreecommitdiff
path: root/tools/opt/CMakeLists.txt
blob: dac8593c5ac052c65c82b71469c623139099c7e7 (plain)
1
2
3
4
5
6
7
8
set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} bitreader asmparser bitwriter naclbitwriter naclbitreader instrumentation naclanalysis nacltransforms scalaropts objcarcopts ipo vectorize)

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