<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 21, 2017 at 2:05 PM, Rafael Avila de Espindola via llvm-dev <span dir="ltr"><<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-">Carlo Kok <<a href="mailto:ck@remobjects.com">ck@remobjects.com</a>> writes:<br>
<br>
> On 2017-02-21 20:33, Rafael Avila de Espindola wrote:<br>
>>> Input files:<br>
>>> <a href="https://www.dropbox.com/s/8yn3dggx05atn47/binLinux.zip?dl=0" rel="noreferrer" target="_blank">https://www.dropbox.com/s/<wbr>8yn3dggx05atn47/binLinux.zip?<wbr>dl=0</a><br>
>><br>
>> If you pass --reproduce foo.tar to lld it will create a foo.tar file<br>
>> with all that is needed to reproduce the link.<br>
>><br>
>> Can you also share how you created the various .o files? If so I might<br>
>> be able to try reducing the issue.<br>
><br>
> It's created by my own compiler.<br>
><br>
> <a href="https://www.dropbox.com/s/rmkyqks4lnr85rz/foo.tar?dl=0" rel="noreferrer" target="_blank">https://www.dropbox.com/s/<wbr>rmkyqks4lnr85rz/foo.tar?dl=0</a><br>
><br>
> My biggest problem is that I have no idea where I can start trying to<br>
> narrow it down, on the so side, or on the executable side, the error is<br>
> rather strange to begin with.<br>
<br>
</span>I would suggest setting up a script that links each .so and executable<br>
with either lld or bfd. That way you should be able to find which link<br>
causes the problem.<br>
<br>
After that start reducing the problem. If it was c++, you would run<br>
delta on the .ii file checking that the bfd linked program/library works<br>
and that the lld linked one fails to load.<br></blockquote><div><br></div><div>Carlo seems to be passing --lto-O0 so bugpoint might be a viable alternative as well if the input is bitcode.</div><div><br></div><div>-- Sean Silva</div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Cheers,<br>
Rafael<br>
<div class="gmail-HOEnZb"><div class="gmail-h5">______________________________<wbr>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-dev</a><br>
</div></div></blockquote></div><br></div></div>