[llvm] r200404 - Add support for PC-relative non-extern relocations to RuntimeDyldMachO.
Renato Golin
renato.golin at linaro.org
Thu Jan 30 03:11:16 PST 2014
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140130/438c4865/attachment.html>
More information about the llvm-commits
mailing list