<div dir="ltr"><div>Thanks for the heads up. I've landed <a href="https://github.com/llvm/llvm-project/commit/97184ab99c46e35ae94f828ee90f5d6af2c47e11">https://github.com/llvm/llvm-project/commit/97184ab99c46e35ae94f828ee90f5d6af2c47e11</a> which should have addressed that issue, but now the bot is failing with a different issue that looks like a stale output. I'm still looking into it, but if I cannot find a culprit quickly, I'll revert the change.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Feb 22, 2021 at 2:44 AM Yvan Roux <<a href="mailto:yvan.roux@linaro.org">yvan.roux@linaro.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi Petr,<div><br></div><div>This commit broke AArch64 LLD bot, logs are available here:</div><div><br></div><div><a href="http://lab.llvm.org:8011/#/builders/53/builds/1366" target="_blank">http://lab.llvm.org:8011/#/builders/53/builds/1366</a><br></div><div><br></div><div>Cheers,</div><div>Yvan</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 22 Feb 2021 at 05:22, Xinliang David Li via llvm-commits <<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div style="font-family:monospace;font-size:small;color:rgb(0,0,0)"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Feb 21, 2021 at 2:36 PM Petr Hosek via Phabricator <<a href="mailto:reviews@reviews.llvm.org" target="_blank">reviews@reviews.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">phosek added a comment.<br>
<br>
I plan on improving how `__llvm_prf_names` is constructed using the approach suggested in PR49155 in a follow up change.<br></blockquote><div><br></div><div><br></div><div><div style="font-family:monospace;font-size:small;color:rgb(0,0,0)">Compression can reduce per object size and therefore the size of total linker input. </div><div style="font-family:monospace;font-size:small;color:rgb(0,0,0)"><br></div><div style="font-family:monospace;font-size:small;color:rgb(0,0,0)">If the size of name section in the final binary is the concern, we can make the name section non loadable (like coverage map) then it can be stripped from the binary and put into its own file. The llvm_profdata tool will need to read this file in order to produce the index format because names won't available in the raw profile any more. The downside of this approach is the reduced usability.</div><div style="font-family:monospace;font-size:small;color:rgb(0,0,0)"><br></div><div style="font-family:monospace;font-size:small;color:rgb(0,0,0)">David</div><div style="font-family:monospace;font-size:small;color:rgb(0,0,0)"><br></div></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
<br>
Repository:<br>
rG LLVM Github Monorepo<br>
<br>
CHANGES SINCE LAST ACTION<br>
<a href="https://reviews.llvm.org/D96757/new/" rel="noreferrer" target="_blank">https://reviews.llvm.org/D96757/new/</a><br>
<br>
<a href="https://reviews.llvm.org/D96757" rel="noreferrer" target="_blank">https://reviews.llvm.org/D96757</a><br>
<br>
</blockquote></div></div>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a><br>
</blockquote></div>
</blockquote></div></div>