2013-12-10 19:13:32 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
2019-05-24 07:02:56 +08:00
|
|
|
AllTargetsAsmParsers
|
|
|
|
AllTargetsCodeGens
|
2019-05-24 10:15:27 +08:00
|
|
|
AllTargetsDescs
|
|
|
|
AllTargetsInfos
|
2013-12-10 19:13:32 +08:00
|
|
|
Analysis
|
|
|
|
BitWriter
|
2014-02-22 08:07:45 +08:00
|
|
|
CodeGen
|
2020-04-20 18:39:32 +08:00
|
|
|
Extensions
|
2013-12-10 19:13:32 +08:00
|
|
|
Core
|
|
|
|
IPO
|
|
|
|
IRReader
|
2018-04-24 16:40:37 +08:00
|
|
|
AggressiveInstCombine
|
2013-12-10 19:13:32 +08:00
|
|
|
InstCombine
|
|
|
|
Instrumentation
|
|
|
|
Linker
|
|
|
|
ObjCARCOpts
|
|
|
|
ScalarOpts
|
|
|
|
Support
|
|
|
|
Target
|
|
|
|
TransformUtils
|
|
|
|
Vectorize
|
|
|
|
)
|
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
|
2016-11-19 07:25:30 +08:00
|
|
|
|
|
|
|
DEPENDS
|
|
|
|
intrinsics_gen
|
2019-11-07 02:05:32 +08:00
|
|
|
SUPPORT_PLUGINS
|
2008-09-22 09:08:49 +08:00
|
|
|
)
|
2020-03-21 05:00:19 +08:00
|
|
|
export_executable_symbols_for_plugins(bugpoint)
|