diff options
Diffstat (limited to 'llvm/test/MC/ARM/eh-directive-text-section-multiple-func.s')
-rw-r--r-- | llvm/test/MC/ARM/eh-directive-text-section-multiple-func.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ARM/eh-directive-text-section-multiple-func.s b/llvm/test/MC/ARM/eh-directive-text-section-multiple-func.s index 4111984d2f6..fe1e6622f07 100644 --- a/llvm/test/MC/ARM/eh-directive-text-section-multiple-func.s +++ b/llvm/test/MC/ARM/eh-directive-text-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 -r -t | FileCheck %s +@ RUN: | llvm-readobj -S --sd --sr -r --symbols | FileCheck %s @ Check whether the section is switched back or not. |