[PATCH] D85642: [LLD][ELF] - Update and fix gnu-ifunc* tests.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 11 05:15:00 PDT 2020
grimar marked 4 inline comments as done.
grimar added inline comments.
================
Comment at: lld/test/ELF/gnu-ifunc-plt-i386.s:54
// DISASM-NEXT: <.plt>:
-// DISASM-NEXT: 4011d0: pushl 4207260
-// DISASM-NEXT: jmpl *4207264
+// DISASM-NEXT: 401200: pushl 4207312
+// DISASM-NEXT: jmpl *4207316
----------------
MaskRay wrote:
> Consider llvm-objdump --print-imm-hex if you are going to update nearly every address.
Yep, that makes the output a bit better, thanks!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85642/new/
https://reviews.llvm.org/D85642
More information about the llvm-commits
mailing list