2010-09-14 07:59:48 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS asmparser instrumentation scalaropts ipo
|
2013-03-26 10:25:37 +08:00
|
|
|
linker bitreader bitwriter irreader vectorize objcarcopts)
|
2010-09-14 07:59:48 +08:00
|
|
|
|
2008-09-22 09:08:49 +08:00
|
|
|
add_llvm_tool(bugpoint
|
|
|
|
BugDriver.cpp
|
|
|
|
CrashDebugger.cpp
|
|
|
|
ExecutionDriver.cpp
|
|
|
|
ExtractFunction.cpp
|
|
|
|
FindBugs.cpp
|
|
|
|
Miscompilation.cpp
|
|
|
|
OptimizerDriver.cpp
|
|
|
|
ToolRunner.cpp
|
|
|
|
bugpoint.cpp
|
|
|
|
)
|
2013-04-04 09:01:32 +08:00
|
|
|
set_target_properties(bugpoint PROPERTIES ENABLE_EXPORTS 1)
|