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