You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
299 B
24 lines
299 B
7 months ago
|
set(LLVM_LINK_COMPONENTS
|
||
|
${LLVM_TARGETS_TO_BUILD}
|
||
|
Analysis
|
||
|
AsmPrinter
|
||
|
CodeGen
|
||
|
Core
|
||
|
IRReader
|
||
|
MC
|
||
|
MIRParser
|
||
|
ScalarOpts
|
||
|
SelectionDAG
|
||
|
Support
|
||
|
Target
|
||
|
TransformUtils
|
||
|
)
|
||
|
|
||
|
# Support plugins.
|
||
|
set(LLVM_NO_DEAD_STRIP 1)
|
||
|
|
||
|
add_llvm_tool(llc
|
||
|
llc.cpp
|
||
|
)
|
||
|
export_executable_symbols(llc)
|