diff options
-rw-r--r-- | lld/test/ELF/arm-bl-v6.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/arm-bl-v6.s b/lld/test/ELF/arm-bl-v6.s index e07710917cc..6317aa433d6 100644 --- a/lld/test/ELF/arm-bl-v6.s +++ b/lld/test/ELF/arm-bl-v6.s @@ -1,6 +1,6 @@ // RUN: llvm-mc -filetype=obj -triple=arm-none-linux-gnueabi %s -o %t // RUN: ld.lld %t -o %t2 2>&1 | FileCheck %s -// Requires: arm +// REQUIRES: arm // On Arm v6 the range of a Thumb BL instruction is only 4 megabytes as the // extended range encoding is not supported. The following example has a Thumb |