[PATCH] D61613: [LLD][ELF] Add the -z ifunc-noplt option
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 7 06:06:28 PDT 2019
MaskRay added inline comments.
================
Comment at: lld/test/ELF/gnu-ifunc-noplt.s:38
+// DISASM-NEXT: 201026: ff 25 e4 1f 00 00 jmpq *8164(%rip)
+// DISASM-NEXT: 20102c: 0f 1f 40 00 nopl (%rax)
+// DISASM-EMPTY:
----------------
You FreeBSD llvm-objdump is old XD
The misindentation made me unhappy so I fixed it in rL358405.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61613/new/
https://reviews.llvm.org/D61613
More information about the llvm-commits
mailing list