[llvm] r221675 - [CMake] llvm-shlib: Prune redundant components, AsmPrinter, MC, and SelectionDAG.
NAKAMURA Takumi
geek4civic at gmail.com
Mon Nov 10 23:57:26 PST 2014
Author: chapuni
Date: Tue Nov 11 01:57:25 2014
New Revision: 221675
URL: http://llvm.org/viewvc/llvm-project?rev=221675&view=rev
Log:
[CMake] llvm-shlib: Prune redundant components, AsmPrinter, MC, and SelectionDAG.
Modified:
llvm/trunk/tools/llvm-shlib/CMakeLists.txt
Modified: llvm/trunk/tools/llvm-shlib/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-shlib/CMakeLists.txt?rev=221675&r1=221674&r2=221675&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-shlib/CMakeLists.txt (original)
+++ llvm/trunk/tools/llvm-shlib/CMakeLists.txt Tue Nov 11 01:57:25 2014
@@ -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
More information about the llvm-commits
mailing list