diff options
Diffstat (limited to 'llvm/test/MC/MachO/x86_64-sections.s')
-rw-r--r-- | llvm/test/MC/MachO/x86_64-sections.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/MachO/x86_64-sections.s b/llvm/test/MC/MachO/x86_64-sections.s index 5ca83257f30..262b5c40b5e 100644 --- a/llvm/test/MC/MachO/x86_64-sections.s +++ b/llvm/test/MC/MachO/x86_64-sections.s @@ -1,4 +1,4 @@ -// RUN: llvm-mc -triple x86_64-apple-darwin10 %s -filetype=obj -o - | llvm-readobj -file-headers -s -sd -r --macho-segment | FileCheck %s +// RUN: llvm-mc -triple x86_64-apple-darwin10 %s -filetype=obj -o - | llvm-readobj --file-headers -S --sd -r --macho-segment | FileCheck %s .text .section __TEXT,__text,regular,pure_instructions |