YouCompleteMe/cpp/llvm/tools/bugpoint/CMakeLists.txt

15 lines
304 B
CMake
Raw Normal View History

2012-07-05 20:51:06 -04:00
set(LLVM_LINK_COMPONENTS asmparser instrumentation scalaropts ipo
linker bitreader bitwriter vectorize)
add_llvm_tool(bugpoint
BugDriver.cpp
CrashDebugger.cpp
ExecutionDriver.cpp
ExtractFunction.cpp
FindBugs.cpp
Miscompilation.cpp
OptimizerDriver.cpp
ToolRunner.cpp
bugpoint.cpp
)