Free all Constants in ~LLVMConstantImpl. We avoid assertion failures
[oota-llvm.git] / tools / bugpoint / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS asmparser instrumentation scalaropts ipo
2   linker bitreader bitwriter)
3 set(LLVM_REQUIRES_EH 1)
4
5 add_llvm_tool(bugpoint
6   BugDriver.cpp
7   CrashDebugger.cpp
8   ExecutionDriver.cpp
9   ExtractFunction.cpp
10   FindBugs.cpp
11   Miscompilation.cpp
12   OptimizerDriver.cpp
13   TestPasses.cpp
14   ToolRunner.cpp
15   bugpoint.cpp
16   )