[CMake] llvm-shlib: Prune redundant components, AsmPrinter, MC, and SelectionDAG.
[oota-llvm.git] / tools / llvm-shlib / CMakeLists.txt
index e808b1241d2da19fd7eaf542d9f3fbd8b6c0b4ce..100c184308988147beae8ef2dd5579fc24f1fcc5 100644 (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