From: Douglas Katzman Date: Thu, 14 May 2015 15:38:27 +0000 (+0000) Subject: Reflow long lines of some LLVMBuild files X-Git-Tag: llvmorg-3.7.0-rc1~4588 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9d08232e28f6bbdfeb080d2d9f138a6dc55d7e93;p=platform%2Fupstream%2Fllvm.git Reflow long lines of some LLVMBuild files Differential Revision: http://reviews.llvm.org/D9752 llvm-svn: 237367 --- diff --git a/llvm/lib/LLVMBuild.txt b/llvm/lib/LLVMBuild.txt index bc2448d..7e7ebc5 100644 --- a/llvm/lib/LLVMBuild.txt +++ b/llvm/lib/LLVMBuild.txt @@ -16,7 +16,9 @@ ;===------------------------------------------------------------------------===; [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] type = Group diff --git a/llvm/lib/Target/LLVMBuild.txt b/llvm/lib/Target/LLVMBuild.txt index 4112046..3af3426 100644 --- a/llvm/lib/Target/LLVMBuild.txt +++ b/llvm/lib/Target/LLVMBuild.txt @@ -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] -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) ; with the best execution engine (the native JIT, if available, or the diff --git a/llvm/tools/LLVMBuild.txt b/llvm/tools/LLVMBuild.txt index e7b81bb..6a838b7 100644 --- a/llvm/tools/LLVMBuild.txt +++ b/llvm/tools/LLVMBuild.txt @@ -16,7 +16,10 @@ ;===------------------------------------------------------------------------===; [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] type = Group