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