1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

LLVMBuild.txt: Reformat.

llvm-svn: 205961
This commit is contained in:
NAKAMURA Takumi 2014-04-10 11:16:17 +00:00
parent 00f7529377
commit b6baf3b8a1
14 changed files with 12 additions and 16 deletions

View File

@ -19,4 +19,4 @@
type = Library
name = Object
parent = Libraries
required_libraries = Support BitReader
required_libraries = BitReader Support

View File

@ -21,4 +21,3 @@ name = ARM64AsmParser
parent = ARM64
required_libraries = ARM64Desc ARM64Info MC MCParser Support
add_to_library_groups = ARM64

View File

@ -21,4 +21,3 @@ name = ARM64Disassembler
parent = ARM64
required_libraries = ARM64Desc ARM64Info ARM64Utils MC Support
add_to_library_groups = ARM64

View File

@ -33,4 +33,3 @@ name = ARM64CodeGen
parent = ARM64
required_libraries = ARM64AsmPrinter ARM64Desc ARM64Info ARM64Utils Analysis AsmPrinter CodeGen Core MC SelectionDAG Support Target
add_to_library_groups = ARM64

View File

@ -21,4 +21,3 @@ name = ARM64Info
parent = ARM64
required_libraries = MC Support
add_to_library_groups = ARM64

View File

@ -19,5 +19,5 @@
type = Library
name = MipsAsmParser
parent = Mips
required_libraries = MC MCParser Support MipsDesc MipsInfo
required_libraries = MC MCParser MipsDesc MipsInfo Support
add_to_library_groups = Mips

View File

@ -19,5 +19,5 @@
type = Library
name = MipsDisassembler
parent = Mips
required_libraries = MC Support MipsInfo
required_libraries = MC MipsInfo Support
add_to_library_groups = Mips

View File

@ -1,4 +1,4 @@
;===- ./lib/Target/PowerPC/AsmParser/LLVMBuild.txt --------------*- Conf -*--===;
;===- ./lib/Target/PowerPC/AsmParser/LLVMBuild.txt -------------*- Conf -*--===;
;
; The LLVM Compiler Infrastructure
;
@ -19,5 +19,5 @@
type = Library
name = PowerPCAsmParser
parent = PowerPC
required_libraries = PowerPCDesc PowerPCInfo MC MCParser Support
required_libraries = MC MCParser PowerPCDesc PowerPCInfo Support
add_to_library_groups = PowerPC

View File

@ -19,5 +19,5 @@
type = Library
name = PowerPCDisassembler
parent = PowerPC
required_libraries = MC Support PowerPCDesc PowerPCInfo
required_libraries = MC PowerPCDesc PowerPCInfo Support
add_to_library_groups = PowerPC

View File

@ -1,4 +1,4 @@
;===- ./lib/Target/R600/MCTargetDesc/LLVMBuild.txt ------------*- Conf -*--===;
;===- ./lib/Target/R600/MCTargetDesc/LLVMBuild.txt -------------*- Conf -*--===;
;
; The LLVM Compiler Infrastructure
;
@ -19,5 +19,5 @@
type = Library
name = R600Desc
parent = R600
required_libraries = R600AsmPrinter R600Info MC
required_libraries = MC R600AsmPrinter R600Info
add_to_library_groups = R600

View File

@ -19,5 +19,5 @@
type = Library
name = SparcAsmParser
parent = Sparc
required_libraries = MC MCParser Support SparcDesc SparcInfo
required_libraries = MC MCParser SparcDesc SparcInfo Support
add_to_library_groups = Sparc

View File

@ -19,5 +19,5 @@
type = Library
name = SparcDisassembler
parent = Sparc
required_libraries = MC Support SparcInfo
required_libraries = MC SparcInfo Support
add_to_library_groups = Sparc

View File

@ -19,5 +19,5 @@
type = Library
name = SystemZAsmParser
parent = SystemZ
required_libraries = SystemZDesc SystemZInfo MC MCParser Support
required_libraries = MC MCParser Support SystemZDesc SystemZInfo
add_to_library_groups = SystemZ

View File

@ -19,5 +19,5 @@
type = Library
name = SystemZDesc
parent = SystemZ
required_libraries = MC SystemZAsmPrinter SystemZInfo Support
required_libraries = MC Support SystemZAsmPrinter SystemZInfo
add_to_library_groups = SystemZ