diff --git a/tools/llvm-shlib/CMakeLists.txt b/tools/llvm-shlib/CMakeLists.txt index e808b1241d2..100c1843089 100644 --- a/tools/llvm-shlib/CMakeLists.txt +++ b/tools/llvm-shlib/CMakeLists.txt @@ -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