]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/bugpoint/CMakeLists.txt
Vendor import of llvm trunk r135360:
[FreeBSD/FreeBSD.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   ToolRunner.cpp
13   bugpoint.cpp
14   )