mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-23 19:59:57 +00:00
Prune redundant dependencies in LLVMBuild.txt.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196988 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
23daba0cb2
commit
0d87d72fa7
@ -22,4 +22,4 @@ subdirectories = AsmPrinter SelectionDAG
|
||||
type = Library
|
||||
name = CodeGen
|
||||
parent = Libraries
|
||||
required_libraries = Analysis Core MC Scalar Support Target TransformUtils ObjCARC
|
||||
required_libraries = Analysis Core MC Scalar Support Target TransformUtils
|
||||
|
@ -19,4 +19,4 @@
|
||||
type = Library
|
||||
name = Interpreter
|
||||
parent = ExecutionEngine
|
||||
required_libraries = CodeGen Core ExecutionEngine Support Target
|
||||
required_libraries = CodeGen Core ExecutionEngine Support
|
||||
|
@ -19,4 +19,4 @@
|
||||
type = Library
|
||||
name = JIT
|
||||
parent = ExecutionEngine
|
||||
required_libraries = CodeGen Core ExecutionEngine MC RuntimeDyld Support Target
|
||||
required_libraries = CodeGen Core ExecutionEngine Support
|
||||
|
@ -22,4 +22,4 @@ subdirectories = Interpreter JIT MCJIT RuntimeDyld IntelJITEvents OProfileJIT
|
||||
type = Library
|
||||
name = ExecutionEngine
|
||||
parent = Libraries
|
||||
required_libraries = Core MC Support Target
|
||||
required_libraries = Core MC Support
|
||||
|
@ -19,4 +19,4 @@
|
||||
type = Library
|
||||
name = MCJIT
|
||||
parent = ExecutionEngine
|
||||
required_libraries = Core ExecutionEngine RuntimeDyld Support Target JIT
|
||||
required_libraries = Core ExecutionEngine RuntimeDyld Support Target
|
||||
|
@ -19,4 +19,4 @@
|
||||
type = Library
|
||||
name = LTO
|
||||
parent = Libraries
|
||||
required_libraries = Analysis BitReader BitWriter Core IPA IPO InstCombine Linker MC MCParser ObjCARC Scalar Support Target TransformUtils Vectorize
|
||||
required_libraries = BitReader BitWriter Core IPA IPO InstCombine Linker MC MCParser ObjCARC Scalar Support Target TransformUtils
|
||||
|
@ -19,4 +19,4 @@
|
||||
type = Library
|
||||
name = MCDisassembler
|
||||
parent = MC
|
||||
required_libraries = MC MCParser Support
|
||||
required_libraries = MC Support
|
||||
|
@ -19,5 +19,5 @@
|
||||
type = Library
|
||||
name = AArch64Disassembler
|
||||
parent = AArch64
|
||||
required_libraries = AArch64CodeGen AArch64Desc AArch64Info AArch64Utils MC Support
|
||||
required_libraries = AArch64Info AArch64Utils MC Support
|
||||
add_to_library_groups = AArch64
|
||||
|
@ -19,5 +19,5 @@
|
||||
type = Library
|
||||
name = AArch64Info
|
||||
parent = AArch64
|
||||
required_libraries = MC Support Target
|
||||
required_libraries = Support
|
||||
add_to_library_groups = AArch64
|
||||
|
@ -19,5 +19,5 @@
|
||||
type = Library
|
||||
name = AArch64Utils
|
||||
parent = AArch64
|
||||
required_libraries = Core Support
|
||||
required_libraries = Support
|
||||
add_to_library_groups = AArch64
|
||||
|
@ -19,5 +19,5 @@
|
||||
type = Library
|
||||
name = ARMInfo
|
||||
parent = ARM
|
||||
required_libraries = MC Support Target
|
||||
required_libraries = Support
|
||||
add_to_library_groups = ARM
|
||||
|
@ -19,5 +19,5 @@
|
||||
type = Library
|
||||
name = CppBackendInfo
|
||||
parent = CppBackend
|
||||
required_libraries = MC Support Target
|
||||
required_libraries = Support
|
||||
add_to_library_groups = CppBackend
|
||||
|
@ -19,5 +19,5 @@
|
||||
type = Library
|
||||
name = HexagonInfo
|
||||
parent = Hexagon
|
||||
required_libraries = MC Support
|
||||
required_libraries = Support
|
||||
add_to_library_groups = Hexagon
|
||||
|
@ -19,5 +19,5 @@
|
||||
type = Library
|
||||
name = MSP430Desc
|
||||
parent = MSP430
|
||||
required_libraries = MC MSP430AsmPrinter MSP430Info Support Target
|
||||
required_libraries = MC MSP430AsmPrinter MSP430Info
|
||||
add_to_library_groups = MSP430
|
||||
|
@ -19,5 +19,5 @@
|
||||
type = Library
|
||||
name = MSP430Info
|
||||
parent = MSP430
|
||||
required_libraries = MC Support Target
|
||||
required_libraries = Support
|
||||
add_to_library_groups = MSP430
|
||||
|
@ -19,5 +19,5 @@
|
||||
type = Library
|
||||
name = MipsInfo
|
||||
parent = Mips
|
||||
required_libraries = MC Support Target
|
||||
required_libraries = Support
|
||||
add_to_library_groups = Mips
|
||||
|
@ -28,5 +28,5 @@ has_asmprinter = 1
|
||||
type = Library
|
||||
name = NVPTXCodeGen
|
||||
parent = NVPTX
|
||||
required_libraries = Analysis AsmPrinter CodeGen Core MC NVPTXAsmPrinter NVPTXDesc NVPTXInfo SelectionDAG Support Target TransformUtils
|
||||
required_libraries = Analysis AsmPrinter CodeGen Core MC NVPTXAsmPrinter NVPTXDesc NVPTXInfo SelectionDAG Support Target
|
||||
add_to_library_groups = NVPTX
|
||||
|
@ -19,5 +19,5 @@
|
||||
type = Library
|
||||
name = NVPTXInfo
|
||||
parent = NVPTX
|
||||
required_libraries = MC Support Target
|
||||
required_libraries = Support
|
||||
add_to_library_groups = NVPTX
|
||||
|
@ -19,5 +19,5 @@
|
||||
type = Library
|
||||
name = PowerPCInfo
|
||||
parent = PowerPC
|
||||
required_libraries = MC Support Target
|
||||
required_libraries = Support
|
||||
add_to_library_groups = PowerPC
|
||||
|
@ -19,5 +19,5 @@
|
||||
type = Library
|
||||
name = R600Info
|
||||
parent = R600
|
||||
required_libraries = MC Support
|
||||
required_libraries = Support
|
||||
add_to_library_groups = R600
|
||||
|
@ -19,5 +19,5 @@
|
||||
type = Library
|
||||
name = SparcInfo
|
||||
parent = Sparc
|
||||
required_libraries = MC Support Target
|
||||
required_libraries = Support
|
||||
add_to_library_groups = Sparc
|
||||
|
@ -19,5 +19,5 @@
|
||||
type = Library
|
||||
name = SystemZInfo
|
||||
parent = SystemZ
|
||||
required_libraries = MC Support Target
|
||||
required_libraries = Support
|
||||
add_to_library_groups = SystemZ
|
||||
|
@ -19,5 +19,5 @@
|
||||
type = Library
|
||||
name = X86Disassembler
|
||||
parent = X86
|
||||
required_libraries = MC Support X86Desc X86Info
|
||||
required_libraries = MC Support X86Info
|
||||
add_to_library_groups = X86
|
||||
|
@ -19,5 +19,5 @@
|
||||
type = Library
|
||||
name = X86Info
|
||||
parent = X86
|
||||
required_libraries = MC Support Target
|
||||
required_libraries = Support
|
||||
add_to_library_groups = X86
|
||||
|
@ -19,5 +19,5 @@
|
||||
type = Library
|
||||
name = X86Utils
|
||||
parent = X86
|
||||
required_libraries = Core Support
|
||||
required_libraries = Support
|
||||
add_to_library_groups = X86
|
||||
|
@ -19,5 +19,5 @@
|
||||
type = Library
|
||||
name = XCoreInfo
|
||||
parent = XCore
|
||||
required_libraries = MC Support Target
|
||||
required_libraries = Support
|
||||
add_to_library_groups = XCore
|
||||
|
@ -20,4 +20,4 @@ type = Library
|
||||
name = IPO
|
||||
parent = Transforms
|
||||
library_name = ipo
|
||||
required_libraries = Analysis Core IPA InstCombine Scalar Vectorize Support Target TransformUtils ObjCARC
|
||||
required_libraries = Analysis Core IPA InstCombine Scalar Support Target TransformUtils Vectorize
|
||||
|
@ -20,4 +20,4 @@ type = Library
|
||||
name = Vectorize
|
||||
parent = Transforms
|
||||
library_name = Vectorize
|
||||
required_libraries = Analysis Core InstCombine Support Target TransformUtils
|
||||
required_libraries = Analysis Core Support Target TransformUtils
|
||||
|
Loading…
Reference in New Issue
Block a user