diff options
Diffstat (limited to 'llvm/test/MC/ELF/align.s')
-rw-r--r-- | llvm/test/MC/ELF/align.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ELF/align.s b/llvm/test/MC/ELF/align.s index 7e78298540f..27c97980e9d 100644 --- a/llvm/test/MC/ELF/align.s +++ b/llvm/test/MC/ELF/align.s @@ -1,4 +1,4 @@ -// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | llvm-readobj -s | FileCheck %s +// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | llvm-readobj -S | FileCheck %s // Test that the alignment of rodata doesn't force a alignment of the // previous section (.text) |