mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 06:39:12 +00:00
Reflow long lines of some LLVMBuild files
Differential Revision: http://reviews.llvm.org/D9752 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237367 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e6f281a2ff
commit
e0b6c1146d
@ -16,7 +16,9 @@
|
|||||||
;===------------------------------------------------------------------------===;
|
;===------------------------------------------------------------------------===;
|
||||||
|
|
||||||
[common]
|
[common]
|
||||||
subdirectories = Analysis AsmParser Bitcode CodeGen DebugInfo ExecutionEngine LineEditor Linker IR IRReader LTO MC Object Option Passes ProfileData Support TableGen Target Transforms
|
subdirectories = Analysis AsmParser Bitcode CodeGen DebugInfo ExecutionEngine
|
||||||
|
LineEditor Linker IR IRReader LTO MC Object Option Passes ProfileData Support
|
||||||
|
TableGen Target Transforms
|
||||||
|
|
||||||
[component_0]
|
[component_0]
|
||||||
type = Group
|
type = Group
|
||||||
|
@ -15,8 +15,24 @@
|
|||||||
;
|
;
|
||||||
;===------------------------------------------------------------------------===;
|
;===------------------------------------------------------------------------===;
|
||||||
|
|
||||||
|
; Please keep these as one per line so that out-of-tree merges
|
||||||
|
; will typically require only insertion of a line.
|
||||||
[common]
|
[common]
|
||||||
subdirectories = ARM AArch64 BPF CppBackend Hexagon MSP430 NVPTX Mips PowerPC R600 Sparc SystemZ X86 XCore
|
subdirectories =
|
||||||
|
ARM
|
||||||
|
AArch64
|
||||||
|
BPF
|
||||||
|
CppBackend
|
||||||
|
Hexagon
|
||||||
|
MSP430
|
||||||
|
NVPTX
|
||||||
|
Mips
|
||||||
|
PowerPC
|
||||||
|
R600
|
||||||
|
Sparc
|
||||||
|
SystemZ
|
||||||
|
X86
|
||||||
|
XCore
|
||||||
|
|
||||||
; This is a special group whose required libraries are extended (by llvm-build)
|
; This is a special group whose required libraries are extended (by llvm-build)
|
||||||
; with the best execution engine (the native JIT, if available, or the
|
; with the best execution engine (the native JIT, if available, or the
|
||||||
|
@ -16,7 +16,10 @@
|
|||||||
;===------------------------------------------------------------------------===;
|
;===------------------------------------------------------------------------===;
|
||||||
|
|
||||||
[common]
|
[common]
|
||||||
subdirectories = bugpoint llc lli llvm-ar llvm-as llvm-bcanalyzer llvm-cov llvm-diff llvm-dis llvm-dwarfdump llvm-extract llvm-jitlistener llvm-link llvm-lto llvm-mc llvm-nm llvm-objdump llvm-pdbdump llvm-profdata llvm-rtdyld llvm-size macho-dump opt llvm-mcmarkup verify-uselistorder dsymutil
|
subdirectories = bugpoint llc lli llvm-ar llvm-as llvm-bcanalyzer llvm-cov
|
||||||
|
llvm-diff llvm-dis llvm-dwarfdump llvm-extract llvm-jitlistener llvm-link
|
||||||
|
llvm-lto llvm-mc llvm-nm llvm-objdump llvm-pdbdump llvm-profdata llvm-rtdyld
|
||||||
|
llvm-size macho-dump opt llvm-mcmarkup verify-uselistorder dsymutil
|
||||||
|
|
||||||
[component_0]
|
[component_0]
|
||||||
type = Group
|
type = Group
|
||||||
|
Loading…
Reference in New Issue
Block a user