diff options
Diffstat (limited to 'test/ELF/arm-thunk-section-too-large.s')
-rw-r--r-- | test/ELF/arm-thunk-section-too-large.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/arm-thunk-section-too-large.s b/test/ELF/arm-thunk-section-too-large.s index 9174093380f7a..62b59de51a0d8 100644 --- a/test/ELF/arm-thunk-section-too-large.s +++ b/test/ELF/arm-thunk-section-too-large.s @@ -1,4 +1,4 @@ -// REQUIRES: ARM +// REQUIRES: arm // RUN: llvm-mc %s -triple=armv7a-linux-gnueabihf -arm-add-build-attributes -filetype=obj -o %t.o // RUN: not ld.lld %t.o -o /dev/null 2>&1 | FileCheck %s |