diff options
Diffstat (limited to 'llvm/test/MC/ARM/eh-directive-section-comdat.s')
-rw-r--r-- | llvm/test/MC/ARM/eh-directive-section-comdat.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ARM/eh-directive-section-comdat.s b/llvm/test/MC/ARM/eh-directive-section-comdat.s index 2ab5d8ccc9e..10d20f7e0af 100644 --- a/llvm/test/MC/ARM/eh-directive-section-comdat.s +++ b/llvm/test/MC/ARM/eh-directive-section-comdat.s @@ -1,5 +1,5 @@ @ RUN: llvm-mc %s -triple=armv7-unknown-linux-gnueabi -filetype=obj -o - \ -@ RUN: | llvm-readobj -S --sd --sr -t | FileCheck %s +@ RUN: | llvm-readobj -S --sd --sr --symbols | FileCheck %s @ Check the .group section for the function in comdat section. |