diff options
Diffstat (limited to 'llvm/test/MC/ELF/lcomm.s')
-rw-r--r-- | llvm/test/MC/ELF/lcomm.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ELF/lcomm.s b/llvm/test/MC/ELF/lcomm.s index 94bd5ea1997..88c2fae5a06 100644 --- a/llvm/test/MC/ELF/lcomm.s +++ b/llvm/test/MC/ELF/lcomm.s @@ -1,4 +1,4 @@ -// RUN: llvm-mc -triple i386-pc-linux-gnu %s -filetype=obj -o - | llvm-readobj -t | FileCheck %s +// RUN: llvm-mc -triple i386-pc-linux-gnu %s -filetype=obj -o - | llvm-readobj --symbols | FileCheck %s .lcomm A, 5 .lcomm B, 32 << 20 |