Fixed edis to tokenize instructions with no
[oota-llvm.git] / tools / bugpoint / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS asmparser instrumentation scalaropts ipo
2   linker bitreader bitwriter)
3
4 add_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   TestPasses.cpp
13   ToolRunner.cpp
14   bugpoint.cpp
15   )