summaryrefslogtreecommitdiff
path: root/lib/LTO/LLVMBuild.txt
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
commitf52f043d3e0407f2545275edd6060d4eb933b03b (patch)
treef7dc1b99f61a290acd22da37803f727fc9dd41b6 /lib/LTO/LLVMBuild.txt
parent2086b2e76ada5779e355dd70189cd9b7939e2fa9 (diff)
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239632 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/LTO/LLVMBuild.txt')
-rw-r--r--lib/LTO/LLVMBuild.txt17
1 files changed, 16 insertions, 1 deletions
diff --git a/lib/LTO/LLVMBuild.txt b/lib/LTO/LLVMBuild.txt
index dfd424f3e40..ea79d5e6a83 100644
--- a/lib/LTO/LLVMBuild.txt
+++ b/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