[lld] r350728 - [LLD][ELF] - Fix BB after r350726.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 9 07:06:58 PST 2019
Author: grimar
Date: Wed Jan 9 07:06:57 2019
New Revision: 350728
URL: http://llvm.org/viewvc/llvm-project?rev=350728&view=rev
Log:
[LLD][ELF] - Fix BB after r350726.
D56123 changed the llvm-objdump output format.
Now we print the symbol address when dumping.
Modified:
lld/trunk/test/ELF/x86-64-retpoline-znow-static-iplt.s
Modified: lld/trunk/test/ELF/x86-64-retpoline-znow-static-iplt.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/x86-64-retpoline-znow-static-iplt.s?rev=350728&r1=350727&r2=350728&view=diff
==============================================================================
--- lld/trunk/test/ELF/x86-64-retpoline-znow-static-iplt.s (original)
+++ lld/trunk/test/ELF/x86-64-retpoline-znow-static-iplt.s Wed Jan 9 07:06:57 2019
@@ -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
More information about the llvm-commits
mailing list