summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump/X86/disasm-zeroes-relocations.test
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/tools/llvm-objdump/X86/disasm-zeroes-relocations.test')
-rw-r--r--llvm/test/tools/llvm-objdump/X86/disasm-zeroes-relocations.test8
1 files changed, 3 insertions, 5 deletions
diff --git a/llvm/test/tools/llvm-objdump/X86/disasm-zeroes-relocations.test b/llvm/test/tools/llvm-objdump/X86/disasm-zeroes-relocations.test
index 696a1057f07..e84a5ac9611 100644
--- a/llvm/test/tools/llvm-objdump/X86/disasm-zeroes-relocations.test
+++ b/llvm/test/tools/llvm-objdump/X86/disasm-zeroes-relocations.test
@@ -1,10 +1,9 @@
# RUN: yaml2obj %s > %t
## Check we do not skip zeroes blocks if have relocations pointed to these places.
-# RUN: llvm-objdump -D -reloc %t
+# RUN: llvm-objdump -D --reloc %t
-# CHECK: Disassembly of section .rodata:
-# CHECK-NEXT: 0000000000000000 .rodata:
+# CHECK: 0000000000000000 .rodata:
# CHECK-NEXT: 0: 00 00 addb %al, (%rax)
# CHECK-NEXT: 0000000000000000: R_X86_64_64 *ABS*
# CHECK-NEXT: 2: 00 00 addb %al, (%rax)
@@ -19,8 +18,7 @@
## Check that without -reloc all zeroes would be omitted.
# RUN: llvm-objdump -D %t | FileCheck %s --check-prefix=SKIP
-# SKIP: Disassembly of section .rodata:
-# SKIP-NEXT: 0000000000000000 .rodata:
+# SKIP: 0000000000000000 .rodata:
# SKIP-NEXT: ...
# SKIP-NEXT: Disassembly of section .rela.rodata:
OpenPOWER on IntegriCloud