mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-17 13:38:41 +00:00
Break long line. NFC.
llvm-svn: 282806
This commit is contained in:
parent
0ec5a2830d
commit
2d68f8ade4
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user