diff options
Diffstat (limited to 'llvm/test/MC/ARM/eh-directive-section-multiple-func.s')
-rw-r--r-- | llvm/test/MC/ARM/eh-directive-section-multiple-func.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ARM/eh-directive-section-multiple-func.s b/llvm/test/MC/ARM/eh-directive-section-multiple-func.s index 53c498ab87b..a75f9fe7bad 100644 --- a/llvm/test/MC/ARM/eh-directive-section-multiple-func.s +++ b/llvm/test/MC/ARM/eh-directive-section-multiple-func.s @@ -1,5 +1,5 @@ @ RUN: llvm-mc %s -triple=armv7-unknown-linux-gnueabi -filetype=obj -o - \ -@ RUN: | llvm-readobj -s -sd -sr -t > %t +@ RUN: | llvm-readobj -S --sd --sr -t > %t @ RUN: FileCheck %s < %t @ RUN: FileCheck --check-prefix=RELOC %s < %t |