<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 29 January 2014 18:31, Lang Hames <span dir="ltr"><<a href="mailto:lhames@gmail.com" target="_blank">lhames@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=200404&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=200404&view=rev</a><br>
Log:<br>
Add support for PC-relative non-extern relocations to RuntimeDyldMachO.<br>
<br>
Also replaces testcase for r180790 (support for absolute non-externs relocs)<br>
with a more robust version.<br></blockquote><div></div></div><br></div><div class="gmail_extra">Hi Lang,<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">This commit introduced a failure in the test suite for AArch64:</div>
<div class="gmail_extra"><br></div><div class="gmail_extra"><a href="http://lab.llvm.org:8011/builders/llvm-aarch64-linux/builds/1231/steps/test-llvm/logs/LLVM%3A%3Anon-extern-addend.ll">http://lab.llvm.org:8011/builders/llvm-aarch64-linux/builds/1231/steps/test-llvm/logs/LLVM%3A%3Anon-extern-addend.ll</a><br>
</div><div class="gmail_extra"><br></div><div class="gmail_extra">Which seems easy enough to implement.</div><div class="gmail_extra"><br></div><div class="gmail_extra">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.</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">cheers,</div><div class="gmail_extra">--renato</div></div>