• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_LINK_COMPONENTS asmparser instrumentation scalaropts ipo
2  linker bitreader bitwriter irreader vectorize objcarcopts)
3
4add_llvm_tool(bugpoint
5  BugDriver.cpp
6  CrashDebugger.cpp
7  ExecutionDriver.cpp
8  ExtractFunction.cpp
9  FindBugs.cpp
10  Miscompilation.cpp
11  OptimizerDriver.cpp
12  ToolRunner.cpp
13  bugpoint.cpp
14  )
15set_target_properties(bugpoint PROPERTIES ENABLE_EXPORTS 1)
16