mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
[CMake] llvm-shlib: Prune redundant components, AsmPrinter, MC, and SelectionDAG.
llvm-svn: 221675
This commit is contained in:
parent
e156908daa
commit
7f6c0d3629
@ -11,7 +11,6 @@ if(NOT DEFINED LLVM_DYLIB_COMPONENTS)
|
||||
set(LLVM_DYLIB_COMPONENTS
|
||||
${LLVM_TARGETS_TO_BUILD}
|
||||
Analysis
|
||||
AsmPrinter
|
||||
BitReader
|
||||
BitWriter
|
||||
CodeGen
|
||||
@ -24,13 +23,11 @@ if(NOT DEFINED LLVM_DYLIB_COMPONENTS)
|
||||
Instrumentation
|
||||
Interpreter
|
||||
Linker
|
||||
MC
|
||||
MCDisassembler
|
||||
MCJIT
|
||||
ObjCARCOpts
|
||||
Object
|
||||
ScalarOpts
|
||||
SelectionDAG
|
||||
Support
|
||||
Target
|
||||
TransformUtils
|
||||
|
Loading…
Reference in New Issue
Block a user