• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_LINK_COMPONENTS bitreader asmparser bitwriter instrumentation scalaropts ipo)
2
3add_llvm_tool(opt
4  AnalysisWrappers.cpp
5  GraphPrinters.cpp
6  PrintSCC.cpp
7  opt.cpp
8  )
9