<div dir="ltr">Hi All,<div><br></div><div style>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 style>
<br></div><div style>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 style><br></div><div style>This patch skips scattered relocations, which will unbreak some simple llvm-rtdyld use-cases while I work on proper support.</div><div style><br></div><div style>Cheers,</div><div style>Lang.</div>
</div>