Break long line. NFC.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 29 Sep 2016 23:02:57 +0000 (23:02 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 29 Sep 2016 23:02:57 +0000 (23:02 +0000)
llvm-svn: 282806

lld/test/ELF/linkerscript/repsection-symbol.s

index f7401413c53ce4ed8b8f20a6dee8aeacb1e2f931..acd8d2a6928a0229efa203825ef8f8c537d5b68a 100644 (file)
@@ -1,7 +1,9 @@
 # REQUIRES: x86
 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
 
-# RUN: echo "SECTIONS {.foo : {foo1 = .; *(.foo.*) foo2 = .; *(.bar) foo3 = .;} }" > %t.script
+# RUN: echo "SECTIONS { \
+# RUN:   .foo : {foo1 = .;  *(.foo.*) foo2 = .;  *(.bar) foo3 = .;} \
+# RUN: }" > %t.script
 # RUN: ld.lld -o %t1 --script %t.script %t -shared
 # RUN: llvm-readobj -t %t1 | FileCheck %s