From: NAKAMURA Takumi Date: Tue, 11 Nov 2014 07:57:25 +0000 (+0000) Subject: [CMake] llvm-shlib: Prune redundant components, AsmPrinter, MC, and SelectionDAG. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=fdf59619d258f89c0e79b160095c292c9ce27214 [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 --- 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