diff options
Diffstat (limited to 'llvm/test/MC/ARM/directive-arch-armv6.s')
| -rw-r--r-- | llvm/test/MC/ARM/directive-arch-armv6.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ARM/directive-arch-armv6.s b/llvm/test/MC/ARM/directive-arch-armv6.s index fb489207355..04a963edaaa 100644 --- a/llvm/test/MC/ARM/directive-arch-armv6.s +++ b/llvm/test/MC/ARM/directive-arch-armv6.s @@ -6,7 +6,7 @@ @ RUN: llvm-mc -triple arm-eabi -filetype asm %s \ @ RUN: | FileCheck %s -check-prefix CHECK-ASM @ RUN: llvm-mc -triple arm-eabi -filetype obj %s \ -@ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR +@ RUN: | llvm-readobj --arm-attributes | FileCheck %s -check-prefix CHECK-ATTR .syntax unified .arch armv6 |

