[llvm] r200404 - Add support for PC-relative non-extern relocations to RuntimeDyldMachO.

Lang Hames lhames at gmail.com
Thu Jan 30 23:09:31 PST 2014


Hi Renalto,

Thanks for letting me know about this, I will try to take a look,
however I don't have a linux box to test on at the moment. It would be
best if someone else could tackle the ELF side of this. Otherwise we
may have to disable the test for now, or try to restrict it to only
run on MachO platforms.

Cheers
Lang.

On Thu, Jan 30, 2014 at 3:11 AM, Renato Golin <renato.golin at linaro.org> wrote:
> On 29 January 2014 18:31, Lang Hames <lhames at gmail.com> wrote:
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=200404&view=rev
>> Log:
>> Add support for PC-relative non-extern relocations to RuntimeDyldMachO.
>>
>> Also replaces testcase for r180790 (support for absolute non-externs
>> relocs)
>> with a more robust version.
>
>
> Hi Lang,
>
> This commit introduced a failure in the test suite for AArch64:
>
> http://lab.llvm.org:8011/builders/llvm-aarch64-linux/builds/1231/steps/test-llvm/logs/LLVM%3A%3Anon-extern-addend.ll
>
> Which seems easy enough to implement.
>
> Kristof, can you guys have a look? Seems just a matter of adding the case
> for the specific relocation on the switch, since it's probably already
> implemented on another relocation.
>
> cheers,
> --renato



More information about the llvm-commits mailing list