2013-12-10 19:13:32 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
|
|
|
${LLVM_TARGETS_TO_BUILD}
|
2015-01-15 13:21:00 +08:00
|
|
|
Analysis
|
2013-12-10 19:13:32 +08:00
|
|
|
AsmPrinter
|
|
|
|
CodeGen
|
|
|
|
Core
|
|
|
|
IRReader
|
|
|
|
MC
|
2015-05-28 02:02:19 +08:00
|
|
|
MIRParser
|
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
|
|
|
|
2013-12-30 11:36:05 +08:00
|
|
|
# Support plugins.
|
|
|
|
set(LLVM_NO_DEAD_STRIP 1)
|
|
|
|
|
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
|
2008-09-22 09:08:49 +08:00
|
|
|
)
|
2015-03-19 04:09:13 +08:00
|
|
|
export_executable_symbols(llc)
|