mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
9062c61b6e
This dependency was added in r254774 llvm-svn: 254786
24 lines
299 B
CMake
24 lines
299 B
CMake
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)
|