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:
parent
1e155e2551
commit
f8337108d2
@ -2,7 +2,6 @@ set(LLVM_LINK_COMPONENTS
|
||||
Core
|
||||
ExecutionEngine
|
||||
Interpreter
|
||||
MC
|
||||
Support
|
||||
nativecodegen
|
||||
)
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -7,7 +7,6 @@ set(LLVM_LINK_COMPONENTS
|
||||
Core
|
||||
ExecutionEngine
|
||||
IRReader
|
||||
Instrumentation
|
||||
Interpreter
|
||||
MC
|
||||
MCJIT
|
||||
|
Loading…
Reference in New Issue
Block a user