summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2019-01-09 15:06:57 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2019-01-09 15:06:57 +0000
commit17a9204d0c7b0a73d5bdce78919f45716c152887 (patch)
treec7b42c8ab8d1dace399373b0a0bec869748c646d
parent935df0659f98c8c6c256bdd61b1b09bfeded0b0b (diff)
downloadbcm5719-llvm-17a9204d0c7b0a73d5bdce78919f45716c152887.tar.gz
bcm5719-llvm-17a9204d0c7b0a73d5bdce78919f45716c152887.zip
[LLD][ELF] - Fix BB after r350726.
D56123 changed the llvm-objdump output format. Now we print the symbol address when dumping. llvm-svn: 350728
-rw-r--r--lld/test/ELF/x86-64-retpoline-znow-static-iplt.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/x86-64-retpoline-znow-static-iplt.s b/lld/test/ELF/x86-64-retpoline-znow-static-iplt.s
index 0321f6e4aa9..70355c05e2c 100644
--- a/lld/test/ELF/x86-64-retpoline-znow-static-iplt.s
+++ b/lld/test/ELF/x86-64-retpoline-znow-static-iplt.s
@@ -8,7 +8,7 @@
# CHECK-NEXT: 201001: callq 42
#Static IPLT header due to -z retpolineplt
-# CHECK: {{^}}.plt:
+# CHECK: 0000000000201010 .plt:
# CHECK-NEXT: 201010: callq 11 <.plt+0x10>
# CHECK-NEXT: 201015: pause
# CHECK-NEXT: 201017: lfence
OpenPOWER on IntegriCloud