1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

Prune unused libdeps.

llvm-svn: 289060
This commit is contained in:
NAKAMURA Takumi 2016-12-08 15:28:02 +00:00
parent 1e155e2551
commit f8337108d2
4 changed files with 2 additions and 4 deletions

View File

@ -2,7 +2,6 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
Interpreter
MC
Support
nativecodegen
)

View File

@ -19,4 +19,4 @@
type = Library
name = AsmPrinter
parent = Libraries
required_libraries = Analysis CodeGen Core DebugInfoCodeView DebugInfoMSF MC MCParser Support Target TransformUtils
required_libraries = Analysis CodeGen Core DebugInfoCodeView DebugInfoMSF MC MCParser Support Target

View File

@ -22,4 +22,4 @@ subdirectories = AsmPrinter SelectionDAG MIRParser GlobalISel
type = Library
name = CodeGen
parent = Libraries
required_libraries = Analysis BitReader BitWriter Core Instrumentation MC ProfileData Scalar Support Target TransformUtils
required_libraries = Analysis BitReader BitWriter Core MC Scalar Support Target TransformUtils

View File

@ -7,7 +7,6 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
IRReader
Instrumentation
Interpreter
MC
MCJIT