summaryrefslogtreecommitdiffstats
path: root/llvm/lib/LTO
diff options
context:
space:
mode:
authorDouglas Katzman <dougk@google.com>2015-06-12 18:44:57 +0000
committerDouglas Katzman <dougk@google.com>2015-06-12 18:44:57 +0000
commit8f01f1cfc377c62cd649fe1b614cc362afecb59c (patch)
treec339a5d8c27a481df986cafd1930a11f89fff44a /llvm/lib/LTO
parent1b5767f72b5a037ca8f1802d737de97f8d92263d (diff)
downloadbcm5719-llvm-8f01f1cfc377c62cd649fe1b614cc362afecb59c.tar.gz
bcm5719-llvm-8f01f1cfc377c62cd649fe1b614cc362afecb59c.zip
Wrap some long lines in LLVMBuild files. NFC
As suggested by jroelofs in a prior review (D9752), it makes sense to generally prefer multi-line format. llvm-svn: 239632
Diffstat (limited to 'llvm/lib/LTO')
-rw-r--r--llvm/lib/LTO/LLVMBuild.txt17
1 files changed, 16 insertions, 1 deletions
diff --git a/llvm/lib/LTO/LLVMBuild.txt b/llvm/lib/LTO/LLVMBuild.txt
index dfd424f3e40..ea79d5e6a83 100644
--- a/llvm/lib/LTO/LLVMBuild.txt
+++ b/llvm/lib/LTO/LLVMBuild.txt
@@ -19,4 +19,19 @@
type = Library
name = LTO
parent = Libraries
-required_libraries = Analysis BitReader BitWriter CodeGen Core IPA IPO InstCombine Linker MC ObjCARC Object Scalar Support Target
+required_libraries =
+ Analysis
+ BitReader
+ BitWriter
+ CodeGen
+ Core
+ IPA
+ IPO
+ InstCombine
+ Linker
+ MC
+ ObjCARC
+ Object
+ Scalar
+ Support
+ Target
OpenPOWER on IntegriCloud