diff options
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 |

