From fdf59619d258f89c0e79b160095c292c9ce27214 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 11 Nov 2014 07:57:25 +0000 Subject: [PATCH] [CMake] llvm-shlib: Prune redundant components, AsmPrinter, MC, and SelectionDAG. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221675 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-shlib/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.34.1