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
|
2015-01-15 13:21:00 +08:00
|
|
|
Analysis
|
2020-05-15 11:57:22 +08:00
|
|
|
AsmParser
|
2013-12-10 19:13:32 +08:00
|
|
|
AsmPrinter
|
|
|
|
CodeGen
|
|
|
|
Core
|
|
|
|
IRReader
|
|
|
|
MC
|
2015-05-28 02:02:19 +08:00
|
|
|
MIRParser
|
2019-05-31 09:04:00 +08:00
|
|
|
Remarks
|
2013-12-10 19:13:32 +08:00
|
|
|
ScalarOpts
|
|
|
|
SelectionDAG
|
|
|
|
Support
|
2015-06-04 03:07:51 +08:00
|
|
|
Target
|
2015-12-05 06:47:58 +08:00
|
|
|
TransformUtils
|
2017-01-17 13:47:03 +08:00
|
|
|
Vectorize
|
2013-12-10 19:13:32 +08:00
|
|
|
)
|
2010-09-14 07:59:48 +08:00
|
|
|
|
2008-09-22 09:08:49 +08:00
|
|
|
add_llvm_tool(llc
|
|
|
|
llc.cpp
|
2016-11-19 10:12:03 +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-04 07:47:43 +08:00
|
|
|
|
2020-03-21 05:00:19 +08:00
|
|
|
export_executable_symbols_for_plugins(llc)
|