diff options
-rw-r--r-- | lld/test/ELF/arm-thumb-interwork-thunk-range.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/test/ELF/arm-thumb-interwork-thunk-range.s b/lld/test/ELF/arm-thumb-interwork-thunk-range.s index 9ef64c7cb1c..db674f4d5f7 100644 --- a/lld/test/ELF/arm-thumb-interwork-thunk-range.s +++ b/lld/test/ELF/arm-thumb-interwork-thunk-range.s @@ -1,3 +1,4 @@ +// REQUIRES: arm // RUN: llvm-mc -filetype=obj -triple=armv7a-none-linux-gnueabi %s -o %t.o // RUN: ld.lld %t.o -o %t -image-base=0x80000000 |