diff options
Diffstat (limited to 'llvm/test/MC/COFF/seh.s')
-rw-r--r-- | llvm/test/MC/COFF/seh.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/COFF/seh.s b/llvm/test/MC/COFF/seh.s index cd884b4fa00..959ac6413d3 100644 --- a/llvm/test/MC/COFF/seh.s +++ b/llvm/test/MC/COFF/seh.s @@ -1,6 +1,6 @@ // This test checks that the SEH directives emit the correct unwind data. -// RUN: llvm-mc -triple x86_64-pc-win32 -filetype=obj %s | llvm-readobj -s -u -r | FileCheck %s +// RUN: llvm-mc -triple x86_64-pc-win32 -filetype=obj %s | llvm-readobj -S -u -r | FileCheck %s // CHECK: Sections [ // CHECK: Section { |