diff options
Diffstat (limited to 'llvm/test/MC/ELF/org.s')
| -rw-r--r-- | llvm/test/MC/ELF/org.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ELF/org.s b/llvm/test/MC/ELF/org.s index d878fa1aab4..665bddcc482 100644 --- a/llvm/test/MC/ELF/org.s +++ b/llvm/test/MC/ELF/org.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 .zero 4 foo: |

