summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorDavide Italiano <davide@freebsd.org>2015-07-28 21:58:08 +0000
committerDavide Italiano <davide@freebsd.org>2015-07-28 21:58:08 +0000
commitf75bf454e449d3fe355ba2b2fe4ab63c4a8a0a9d (patch)
tree2d53dcd48efeb4759b86770383e1860ef1f372b4 /llvm/test
parent3c235763e5b1ddb7db5ab01af08e0e9e9fb28967 (diff)
downloadbcm5719-llvm-f75bf454e449d3fe355ba2b2fe4ab63c4a8a0a9d.tar.gz
bcm5719-llvm-f75bf454e449d3fe355ba2b2fe4ab63c4a8a0a9d.zip
[tests] Use llvm-readobj instead of macho-dump.
llvm-svn: 243487
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/MC/AArch64/arm64-small-data-fixups.s27
1 files changed, 13 insertions, 14 deletions
diff --git a/llvm/test/MC/AArch64/arm64-small-data-fixups.s b/llvm/test/MC/AArch64/arm64-small-data-fixups.s
index 3fe7c75c011..6debe0b8fb0 100644
--- a/llvm/test/MC/AArch64/arm64-small-data-fixups.s
+++ b/llvm/test/MC/AArch64/arm64-small-data-fixups.s
@@ -1,4 +1,4 @@
-; RUN: llvm-mc -triple arm64-apple-darwin -filetype=obj -o - %s | macho-dump | FileCheck %s
+; RUN: llvm-mc -triple arm64-apple-darwin -filetype=obj -o - %s | llvm-readobj -r | FileCheck %s
foo:
.long 0
@@ -9,16 +9,15 @@ baz:
.byte foo - bar
.short foo - bar
-; CHECK: # Relocation 0
-; CHECK: (('word-0', 0x9),
-; CHECK: ('word-1', 0x1a000002)),
-; CHECK: # Relocation 1
-; CHECK: (('word-0', 0x9),
-; CHECK: ('word-1', 0xa000001)),
-; CHECK: # Relocation 2
-; CHECK: (('word-0', 0x8),
-; CHECK: ('word-1', 0x18000002)),
-; CHECK: # Relocation 3
-; CHECK: (('word-0', 0x8),
-; CHECK: ('word-1', 0x8000001)),
-
+; CHECK: File: <stdin>
+; CHECK: Format: Mach-O arm64
+; CHECK: Arch: aarch64
+; CHECK: AddressSize: 64bit
+; CHECK: Relocations [
+; CHECK: Section __text {
+; CHECK: 0x9 0 1 1 ARM64_RELOC_SUBTRACTOR 0 bar
+; CHECK: 0x9 0 1 1 ARM64_RELOC_UNSIGNED 0 foo
+; CHECK: 0x8 0 0 1 ARM64_RELOC_SUBTRACTOR 0 bar
+; CHECK: 0x8 0 0 1 ARM64_RELOC_UNSIGNED 0 foo
+; CHECK: }
+; CHECK: ]
OpenPOWER on IntegriCloud