<div dir="ltr">Aaand I forgot to attach the patch. Here it is.<div><br></div><div style>- Lang.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Aug 8, 2013 at 12:35 PM, 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:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi All,<div><br></div><div>At the moment a scattered relocations will cause llvm-rtdyld to go off into the weeds and eventually assert while trying to look up a section that doesn't exist.</div>
<div>
<br></div><div>Eventually we want to handle these relocations, but in practice they often aren't required. For example, section differences only matter if symbols are moved relative to one another, which RuntimeDyld doesn't do.</div>

<div><br></div><div>This patch skips scattered relocations, which will unbreak some simple llvm-rtdyld use-cases while I work on proper support.</div><div><br></div><div>Cheers,</div><div>Lang.</div>
</div>
</blockquote></div><br></div>