[libcxx-commits] [PATCH] D138195: [libc++] Fix __regex_word value when using newlib/picolibc

JF Bastien via libcxx-commits libcxx-commits at lists.llvm.org
Fri Nov 18 23:56:39 PST 2022


On Sat, Nov 19, 2022 at 3:39 AM Jon Roelofs via Phabricator <
reviews at reviews.llvm.org> wrote:

> jroelofs added a subscriber: abidh.
> jroelofs added a comment.
>
> The newlib + libc++ work I did for a previous employer
> (CodeSourcery/MentorGraphics/Siemens) was aimed at building a clang
> toolchain that could support building for baremetal arm.  An ABI break for
> that environment would not be the end of the world, especially considering
> those environments cannot afford the code size from locale support. AFAIK,
> @abidh is still maintaining that work, and would be able to give a
> definitive answer.
>
> AFAIR, the newlib work @jfb did was for (P)NaCl, which has been deprecated
> in favor of Wasm [1].
>
> 1: https://developer.chrome.com/docs/native-client/nacl-and-pnacl/



That is correct.



<https://developer.chrome.com/docs/native-client/nacl-and-pnacl/>
>
> Repository:
>   rG LLVM Github Monorepo
>
> CHANGES SINCE LAST ACTION
>   https://reviews.llvm.org/D138195/new/
>
> https://reviews.llvm.org/D138195
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221119/4145f1b6/attachment.html>


More information about the libcxx-commits mailing list