[llvm] r205416 - Work around gold bug http://sourceware.org/PR16794.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed Apr 2 14:12:03 PDT 2014


On 2 April 2014 17:06, Renato Golin <renato.golin at linaro.org> wrote:
> On 2 April 2014 13:15, Rafael Espindola <rafael.espindola at gmail.com> wrote:
>> Author: rafael
>> Date: Wed Apr  2 07:15:20 2014
>> New Revision: 205416
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=205416&view=rev
>> Log:
>> Work around gold bug http://sourceware.org/PR16794.
>
>
> Rafael,
>
> I'm not sure, but yours is the only commit changing relocations and
> the bug appearing on many tests is of ARM_ABS32:
>
> http://lab.llvm.org:8011/builders/clang-native-arm-cortex-a15/builds/1172
>
> Does that sound like a failure that could happen from your patch?

Yes, this is mine. It found a limitation in our relocation processing.
The patch for that is trivial (I have it), but it is blocked on fixing
some other issues in lib/Object.

I hope to have it all fixed in 1h or so.

Cheers,
Rafael



More information about the llvm-commits mailing list