diff options
| author | George Rimar <grimar@accesssoftek.com> | 2019-01-09 15:06:57 +0000 |
|---|---|---|
| committer | George Rimar <grimar@accesssoftek.com> | 2019-01-09 15:06:57 +0000 |
| commit | 17a9204d0c7b0a73d5bdce78919f45716c152887 (patch) | |
| tree | c7b42c8ab8d1dace399373b0a0bec869748c646d | |
| parent | 935df0659f98c8c6c256bdd61b1b09bfeded0b0b (diff) | |
| download | bcm5719-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.s | 2 |
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 |

