summaryrefslogtreecommitdiff
path: root/tools/bugpoint/CMakeLists.txt
blob: 90f24bac5826e88b9d863a2ec50b58da378e3d5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
set(LLVM_LINK_COMPONENTS asmparser instrumentation scalaropts ipo
  linker bitreader bitwriter)
set(LLVM_REQUIRES_EH 1)

add_llvm_tool(bugpoint
  BugDriver.cpp
  CrashDebugger.cpp
  ExecutionDriver.cpp
  ExtractFunction.cpp
  FindBugs.cpp
  Miscompilation.cpp
  OptimizerDriver.cpp
  TestPasses.cpp
  ToolRunner.cpp
  bugpoint.cpp
  )