mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-26 22:26:16 +00:00
Prune redundant libdeps.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213857 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9d8661d666
commit
a4abc43a56
@ -31,5 +31,5 @@ has_jit = 1
|
||||
type = Library
|
||||
name = AArch64CodeGen
|
||||
parent = AArch64
|
||||
required_libraries = AArch64AsmPrinter AArch64Desc AArch64Info AArch64Utils Analysis AsmPrinter CodeGen Core MC Scalar SelectionDAG Support Target
|
||||
required_libraries = AArch64AsmPrinter AArch64Desc AArch64Info Analysis AsmPrinter CodeGen Core MC Scalar SelectionDAG Support Target
|
||||
add_to_library_groups = AArch64
|
||||
|
@ -31,5 +31,5 @@ has_jit = 1
|
||||
type = Library
|
||||
name = MipsCodeGen
|
||||
parent = Mips
|
||||
required_libraries = Analysis AsmPrinter CodeGen Core MC MipsAsmPrinter MipsDesc MipsInfo Scalar SelectionDAG Support Target
|
||||
required_libraries = Analysis AsmPrinter CodeGen Core MC MipsAsmPrinter MipsDesc MipsInfo SelectionDAG Support Target
|
||||
add_to_library_groups = Mips
|
||||
|
@ -31,5 +31,5 @@ has_jit = 1
|
||||
type = Library
|
||||
name = SystemZCodeGen
|
||||
parent = SystemZ
|
||||
required_libraries = AsmPrinter CodeGen Core MC Scalar SelectionDAG Support SystemZAsmPrinter SystemZDesc SystemZInfo Target
|
||||
required_libraries = AsmPrinter CodeGen Core MC SelectionDAG Support SystemZAsmPrinter SystemZDesc SystemZInfo Target
|
||||
add_to_library_groups = SystemZ
|
||||
|
Loading…
Reference in New Issue
Block a user