diff options
Diffstat (limited to 'llvm/test/MC/X86')
-rw-r--r-- | llvm/test/MC/X86/AlignedBundling/section-alignment.s | 2 | ||||
-rw-r--r-- | llvm/test/MC/X86/cfi_def_cfa-crash.s | 2 | ||||
-rw-r--r-- | llvm/test/MC/X86/eval-fill.s | 2 | ||||
-rw-r--r-- | llvm/test/MC/X86/fp-setup-macho.s | 2 | ||||
-rw-r--r-- | llvm/test/MC/X86/large-bss.s | 2 | ||||
-rw-r--r-- | llvm/test/MC/X86/no-elf-compact-unwind.s | 6 | ||||
-rw-r--r-- | llvm/test/MC/X86/reloc-directive.s | 4 | ||||
-rw-r--r-- | llvm/test/MC/X86/x86-evenDirective.s | 2 |
8 files changed, 11 insertions, 11 deletions
diff --git a/llvm/test/MC/X86/AlignedBundling/section-alignment.s b/llvm/test/MC/X86/AlignedBundling/section-alignment.s index 9ee5f6776c1..5cbe58e5675 100644 --- a/llvm/test/MC/X86/AlignedBundling/section-alignment.s +++ b/llvm/test/MC/X86/AlignedBundling/section-alignment.s @@ -1,5 +1,5 @@ # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - \ -# RUN: | llvm-readobj -sections | FileCheck %s +# RUN: | llvm-readobj --sections | FileCheck %s # Test that bundle-aligned sections with instructions are aligned diff --git a/llvm/test/MC/X86/cfi_def_cfa-crash.s b/llvm/test/MC/X86/cfi_def_cfa-crash.s index 74b41d9943a..61a03e1e4c5 100644 --- a/llvm/test/MC/X86/cfi_def_cfa-crash.s +++ b/llvm/test/MC/X86/cfi_def_cfa-crash.s @@ -1,4 +1,4 @@ -// RUN: llvm-mc -triple x86_64-apple-darwin -filetype=obj %s -o - | llvm-readobj -sections | FileCheck %s +// RUN: llvm-mc -triple x86_64-apple-darwin -filetype=obj %s -o - | llvm-readobj --sections | FileCheck %s // We were trying to generate compact unwind info for assembly like this. // The .cfi_def_cfa directive, however, throws a wrench into that and was diff --git a/llvm/test/MC/X86/eval-fill.s b/llvm/test/MC/X86/eval-fill.s index f09166ee0f1..838eedf5e17 100644 --- a/llvm/test/MC/X86/eval-fill.s +++ b/llvm/test/MC/X86/eval-fill.s @@ -1,4 +1,4 @@ -// RUN: llvm-mc -filetype=obj %s -o - -triple x86_64-pc-linux | llvm-readobj -s | FileCheck %s +// RUN: llvm-mc -filetype=obj %s -o - -triple x86_64-pc-linux | llvm-readobj -S | FileCheck %s // CHECK: Name: .text // CHECK-NEXT: Type: SHT_PROGBITS diff --git a/llvm/test/MC/X86/fp-setup-macho.s b/llvm/test/MC/X86/fp-setup-macho.s index aaae07a48c0..4bfff129f19 100644 --- a/llvm/test/MC/X86/fp-setup-macho.s +++ b/llvm/test/MC/X86/fp-setup-macho.s @@ -1,4 +1,4 @@ -// RUN: llvm-mc -triple x86_64-apple-macho -filetype obj -o - %s | llvm-readobj -sections | FileCheck %s +// RUN: llvm-mc -triple x86_64-apple-macho -filetype obj -o - %s | llvm-readobj --sections | FileCheck %s _label: .cfi_startproc diff --git a/llvm/test/MC/X86/large-bss.s b/llvm/test/MC/X86/large-bss.s index edb111e9092..97fcc5de704 100644 --- a/llvm/test/MC/X86/large-bss.s +++ b/llvm/test/MC/X86/large-bss.s @@ -1,4 +1,4 @@ -// RUN: llvm-mc -triple x86_64-pc-linux -filetype=obj %s -o - | llvm-readobj -s | FileCheck %s +// RUN: llvm-mc -triple x86_64-pc-linux -filetype=obj %s -o - | llvm-readobj -S | FileCheck %s .bss .zero 0x10000000000000 diff --git a/llvm/test/MC/X86/no-elf-compact-unwind.s b/llvm/test/MC/X86/no-elf-compact-unwind.s index 4e9236b8797..e61c24c141a 100644 --- a/llvm/test/MC/X86/no-elf-compact-unwind.s +++ b/llvm/test/MC/X86/no-elf-compact-unwind.s @@ -1,6 +1,6 @@ -// RUN: llvm-mc < %s -filetype=obj -triple x86_64-apple-macosx10.8.0 | llvm-readobj -s | FileCheck -check-prefix=MACHO %s -// RUN: llvm-mc < %s -filetype=obj -triple x86_64-apple-ios7.0.0 | llvm-readobj -s | FileCheck -check-prefix=MACHO %s -// RUN: llvm-mc < %s -filetype=obj -triple x86_64-unknown-linux | llvm-readobj -s | FileCheck -check-prefix=ELF %s +// RUN: llvm-mc < %s -filetype=obj -triple x86_64-apple-macosx10.8.0 | llvm-readobj -S | FileCheck -check-prefix=MACHO %s +// RUN: llvm-mc < %s -filetype=obj -triple x86_64-apple-ios7.0.0 | llvm-readobj -S | FileCheck -check-prefix=MACHO %s +// RUN: llvm-mc < %s -filetype=obj -triple x86_64-unknown-linux | llvm-readobj -S | FileCheck -check-prefix=ELF %s .globl __Z3barv .align 4, 0x90 diff --git a/llvm/test/MC/X86/reloc-directive.s b/llvm/test/MC/X86/reloc-directive.s index 901427a6ab6..124f5209628 100644 --- a/llvm/test/MC/X86/reloc-directive.s +++ b/llvm/test/MC/X86/reloc-directive.s @@ -1,10 +1,10 @@ # RUN: llvm-mc -triple i686-pc-win32 < %s -show-encoding \ # RUN: | FileCheck -check-prefix=ASM %s # RUN: llvm-mc -triple i686-pc-win32 < %s -show-encoding \ -# RUN: -filetype=obj | llvm-readobj -sections -section-data -r | \ +# RUN: -filetype=obj | llvm-readobj --sections --section-data -r | \ # RUN: FileCheck -check-prefix=OBJ-32 %s # RUN: llvm-mc -triple x86_64-pc-win32 < %s -show-encoding \ -# RUN: -filetype=obj | llvm-readobj -sections -section-data -r | \ +# RUN: -filetype=obj | llvm-readobj --sections --section-data -r | \ # RUN: FileCheck -check-prefix=OBJ-64 %s .text foo: diff --git a/llvm/test/MC/X86/x86-evenDirective.s b/llvm/test/MC/X86/x86-evenDirective.s index 6d6555e7077..d59ae903e2d 100644 --- a/llvm/test/MC/X86/x86-evenDirective.s +++ b/llvm/test/MC/X86/x86-evenDirective.s @@ -1,4 +1,4 @@ -# RUN: llvm-mc -triple -x86_64-unknown-unknown -filetype obj -o - %s | llvm-readobj -s -sd \ +# RUN: llvm-mc -triple -x86_64-unknown-unknown -filetype obj -o - %s | llvm-readobj -S --sd \ # RUN: | FileCheck %s .text |