Shawn Webb via llvm-dev
2021-May-07 15:37 UTC
[llvm-dev] Issues using llvm-ar as ar and ranlib
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 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210507/1a8bb4f9/attachment.sig>
Jordan Rupprecht via llvm-dev
2021-May-07 22:56 UTC
[llvm-dev] Issues using llvm-ar as ar and ranlib
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>