[PATCH] D54145: [ELF] - Fix R_X86_64_GOTPCRELX/R_X86_64_REX_GOTPCRELX when target is IFUNC.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 13 02:33:35 PST 2018


grimar added a comment.

In https://reviews.llvm.org/D54145#1296682, @ruiu wrote:

> Oh okay, that was just a typo. (Your patch description contains a mention about `.got.iplt`)


Right. I thought `In.IgotPlt` has `.got.iplt` input section name.  But it is `.got.plt` atm, just like the output.


https://reviews.llvm.org/D54145





More information about the llvm-commits mailing list