[CMake] llvm-shlib: Prune redundant components, AsmPrinter, MC, and SelectionDAG.

llvm-svn: 221675
This commit is contained in:
NAKAMURA Takumi 2014-11-11 07:57:25 +00:00
parent beb064bd94
commit 51078115c0
1 changed files with 0 additions and 3 deletions

View File

@ -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