summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2015-09-17 21:13:41 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2015-09-17 21:13:41 +0000
commit55f56320c791e8f2e727ce65350ea6b663078f93 (patch)
treef45183218eb2f0735e1c42b693a1b3b6be85e6f8
parent3e86de1acbf5ced21a127b5d01ff0d5a8b44bc46 (diff)
downloadbcm5719-llvm-55f56320c791e8f2e727ce65350ea6b663078f93.tar.gz
bcm5719-llvm-55f56320c791e8f2e727ce65350ea6b663078f93.zip
[elf2] Fix dynamic-reloc.s test.
The offset of the .rela.dyn section isn't the same between hosts because a path comes before it. This test doesn't care what the offset is. llvm-svn: 247946
-rw-r--r--lld/test/elf2/dynamic-reloc.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/elf2/dynamic-reloc.s b/lld/test/elf2/dynamic-reloc.s
index e271e7aecd9..7e460395930 100644
--- a/lld/test/elf2/dynamic-reloc.s
+++ b/lld/test/elf2/dynamic-reloc.s
@@ -22,7 +22,7 @@
// CHECK-NEXT: SHF_ALLOC
// CHECK-NEXT: ]
// CHECK-NEXT: Address: [[RELAADDR:.*]]
-// CHECK-NEXT: Offset: 0x4058
+// CHECK-NEXT: Offset:
// CHECK-NEXT: Size: [[RELASIZE:.*]]
// CHECK-NEXT: Link: 4
// CHECK-NEXT: Info: 0
OpenPOWER on IntegriCloud