2013-12-10 11:13:32 +00:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
|
|
|
${LLVM_TARGETS_TO_BUILD}
|
2015-01-15 05:21:00 +00:00
|
|
|
Analysis
|
2013-12-10 11:13:32 +00:00
|
|
|
AsmPrinter
|
|
|
|
CodeGen
|
|
|
|
Core
|
|
|
|
IRReader
|
|
|
|
MC
|
2015-05-27 18:02:19 +00:00
|
|
|
MIRParser
|
2013-12-10 11:13:32 +00:00
|
|
|
ScalarOpts
|
|
|
|
SelectionDAG
|
|
|
|
Support
|
2015-06-03 19:07:51 +00:00
|
|
|
Target
|
2015-12-04 22:47:58 +00:00
|
|
|
TransformUtils
|
2017-01-17 05:47:03 +00:00
|
|
|
Vectorize
|
2013-12-10 11:13:32 +00:00
|
|
|
)
|
2010-09-13 23:59:48 +00:00
|
|
|
|
2013-12-30 03:36:05 +00:00
|
|
|
# Support plugins.
|
|
|
|
set(LLVM_NO_DEAD_STRIP 1)
|
|
|
|
|
2008-09-22 01:08:49 +00:00
|
|
|
add_llvm_tool(llc
|
|
|
|
llc.cpp
|
2016-11-19 02:12:03 +00:00
|
|
|
|
|
|
|
DEPENDS
|
|
|
|
intrinsics_gen
|
2008-09-22 01:08:49 +00:00
|
|
|
)
|
2015-03-18 20:09:13 +00:00
|
|
|
export_executable_symbols(llc)
|