[llvm-dev] Issues using llvm-ar as ar and ranlib

Jordan Rupprecht via llvm-dev llvm-dev at lists.llvm.org
Fri May 7 15:56:32 PDT 2021


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.

On Fri, May 7, 2021 at 10:37 AM Shawn Webb via llvm-dev <
llvm-dev at lists.llvm.org> wrote:

> Hey all,
>
> Years ago, HardenedBSD made the switch from elftoolchain's ar/ranlib
> to llmv-ar. One issue we see is that some packages fail to properly
> create static libraries. I've linked[1] below an example issue.
>
> Has anyone come across something like this?
>
> [1]: https://git.hardenedbsd.org/hardenedbsd/ports/-/issues/3
>
> Thanks,
>
> --
> Shawn Webb
> Cofounder / Security Engineer
> HardenedBSD
>
>
> https://git.hardenedbsd.org/hardenedbsd/pubkeys/-/raw/master/Shawn_Webb/03A4CBEBB82EA5A67D9F3853FF2E67A277F8E1FA.pub.asc
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210507/f614100e/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4002 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210507/f614100e/attachment.bin>


More information about the llvm-dev mailing list