diff options
-rw-r--r-- | lld/test/ELF/linkerscript/unused-synthetic2.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/linkerscript/unused-synthetic2.s b/lld/test/ELF/linkerscript/unused-synthetic2.s index 37ebc50b344..cdde97df3c5 100644 --- a/lld/test/ELF/linkerscript/unused-synthetic2.s +++ b/lld/test/ELF/linkerscript/unused-synthetic2.s @@ -1,4 +1,4 @@ -# REQUIRES: x86 +# REQUIRES: arm # RUN: llvm-mc -filetype=obj -triple=armv7-unknown-linux-gnueabi %s -o %t.o # RUN: echo "SECTIONS { .trap : { *(.ARM.exidx) *(.dummy) } }" > %t.script |