<div dir="ltr">It seems like the build scripts you're using just aren't building libclang_rt.* for i386. I see lots of matches in the build log for steps creating files named libclang_rt[^ ]*x86_64, but none for libclang_rt[^ ]*i386. I don't think the issue is directly related to llvm-ar AFAICT.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, May 7, 2021 at 10:37 AM Shawn Webb via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@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">Hey all,<br>
<br>
Years ago, HardenedBSD made the switch from elftoolchain's ar/ranlib<br>
to llmv-ar. One issue we see is that some packages fail to properly<br>
create static libraries. I've linked[1] below an example issue.<br>
<br>
Has anyone come across something like this?<br>
<br>
[1]: <a href="https://git.hardenedbsd.org/hardenedbsd/ports/-/issues/3" rel="noreferrer" target="_blank">https://git.hardenedbsd.org/hardenedbsd/ports/-/issues/3</a><br>
<br>
Thanks,<br>
<br>
-- <br>
Shawn Webb<br>
Cofounder / Security Engineer<br>
HardenedBSD<br>
<br>
<a href="https://git.hardenedbsd.org/hardenedbsd/pubkeys/-/raw/master/Shawn_Webb/03A4CBEBB82EA5A67D9F3853FF2E67A277F8E1FA.pub.asc" rel="noreferrer" target="_blank">https://git.hardenedbsd.org/hardenedbsd/pubkeys/-/raw/master/Shawn_Webb/03A4CBEBB82EA5A67D9F3853FF2E67A277F8E1FA.pub.asc</a><br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote></div>