[llvm] r271118 - Fix production of R_X86_64_GOTPCRELX/R_X86_64_REX_GOTPCRELX.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Sat May 28 16:21:48 PDT 2016


On Sat, May 28, 2016 at 8:51 AM, Rafael Espindola via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: rafael
> Date: Sat May 28 10:51:38 2016
> New Revision: 271118
>
> URL: http://llvm.org/viewvc/llvm-project?rev=271118&view=rev
> Log:
> Fix production of R_X86_64_GOTPCRELX/R_X86_64_REX_GOTPCRELX.
>
> We were producing R_X86_64_GOTPCRELX for invalid instructions and
> sometimes producing R_X86_64_GOTPCRELX instead of
> R_X86_64_REX_GOTPCRELX.
>

Thank you!


--
Davide


More information about the llvm-commits mailing list