<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Apr 7, 2016 at 11:42 AM, Rafael Espíndola <span dir="ltr"><<a href="mailto:rafael.espindola@gmail.com" target="_blank">rafael.espindola@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> I imagine that for some linkers, it may not be possible to deal with this<br>
> scheme. For example, I did some investigation last year and discovered that<br>
> I could not use the gold plugin interface to load a native object file if we<br>
> had already claimed it as an IR file. I wouldn't be surprised to learn that<br>
> ld64 has similar problems.<br>
<br>
</span>Can't you just call add_input_file with the original file in addition<br>
to any .o files you created during linking?<br></blockquote><div><br></div><div>I think that almost worked, but I kept running into issues relating to the fact that the plugin needed to inform the linker about symbols in the native object file via add_symbols. What I ended up with was kind of unsound and still didn't work correctly for (at least) some parts of Chromium.</div><div><br></div><div>I suppose I can try to pull up that work again and go into more detail on what exactly the issues were, if you're interested.</div><div><br></div></div>-- <br><div class="gmail_signature"><div dir="ltr">-- <div>Peter</div></div></div>
</div></div>