[llvm] r240394 - Revert r240302 ("Bring r240130 back.").

Diego Novillo dnovillo at google.com
Tue Jun 23 11:13:32 PDT 2015


On Tue, Jun 23, 2015 at 7:31 AM, Daniel Jasper <djasper at google.com> wrote:
> Author: djasper
> Date: Tue Jun 23 06:31:32 2015
> New Revision: 240394
>
> URL: http://llvm.org/viewvc/llvm-project?rev=240394&view=rev
> Log:
> Revert r240302 ("Bring r240130 back.").
>
> This causes errors like:
>
>   ld: error: blah.o: requires dynamic R_X86_64_PC32 reloc against '' which
>   may overflow at runtime; recompile with -fPIC
>   blah.cc:function f(): error: undefined reference to ''
>   blah.o:g(): error: undefined reference to ''
>
> I have not yet come up with an appropriate reproduction.

I'm working on a reproducer today.


Diego.



More information about the llvm-commits mailing list