diff options
| author | Fangrui Song <maskray@google.com> | 2018-06-26 22:20:04 +0000 |
|---|---|---|
| committer | Fangrui Song <maskray@google.com> | 2018-06-26 22:20:04 +0000 |
| commit | b6772b86e285177bc2e44fd49b5a6b228c1e5d9a (patch) | |
| tree | 8cbea530812435e015819831b783801eec955b84 /lld/test/ELF/arm-thunk-linkerscript.s | |
| parent | d3b8bdef017c99d1ef74d3fed4056df0c2839267 (diff) | |
| download | bcm5719-llvm-b6772b86e285177bc2e44fd49b5a6b228c1e5d9a.tar.gz bcm5719-llvm-b6772b86e285177bc2e44fd49b5a6b228c1e5d9a.zip | |
[ELF] Move `// REQUIRES:` line to the top
llvm-svn: 335676
Diffstat (limited to 'lld/test/ELF/arm-thunk-linkerscript.s')
| -rw-r--r-- | lld/test/ELF/arm-thunk-linkerscript.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/arm-thunk-linkerscript.s b/lld/test/ELF/arm-thunk-linkerscript.s index 9aaa29237cb..7728ddf76a9 100644 --- a/lld/test/ELF/arm-thunk-linkerscript.s +++ b/lld/test/ELF/arm-thunk-linkerscript.s @@ -1,3 +1,4 @@ +// REQUIRES: arm // RUN: llvm-mc -filetype=obj -triple=armv7a-none-linux-gnueabi %s -o %t // RUN: echo "SECTIONS { \ // RUN: . = SIZEOF_HEADERS; \ @@ -6,7 +7,6 @@ // RUN: } " > %t.script // RUN: ld.lld --script %t.script %t -o %t2 2>&1 // RUN: llvm-objdump -d -triple=thumbv7a-none-linux-gnueabi %t2 | FileCheck %s -// REQUIRES: arm // Simple test that we can support range extension thunks with linker scripts .syntax unified .section .text_low, "ax", %progbits |

