summaryrefslogtreecommitdiff
path: root/tools/bugpoint/CMakeLists.txt
blob: 731c7bf6f98ec1aa456d50c06b1fd855383c8a0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
add_llvm_tool(bugpoint
  BugDriver.cpp
  CrashDebugger.cpp
  ExecutionDriver.cpp
  ExtractFunction.cpp
  FindBugs.cpp
  Miscompilation.cpp
  OptimizerDriver.cpp
  ToolRunner.cpp
  bugpoint.cpp
  )

target_link_libraries(bugpoint
  LLVMAsmParser
  LLVMInstrumentation
  LLVMScalarOpts
  LLVMipo
  LLVMLinker
  LLVMBitReader
  LLVMBitWriter
  )