[libcxx-commits] [PATCH] D138195: [libc++] Fix __regex_word value when using newlib/picolibc
Hafiz Abid Qadeer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Nov 19 11:07:55 PST 2022
abidh added a comment.
In D138195#3937618 <https://reviews.llvm.org/D138195#3937618>, @jroelofs wrote:
> 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.
My last work on this stuff was before that assert was added so never faced this problem. But I agree with above comment. We could live with such ABI breakage.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138195/new/
https://reviews.llvm.org/D138195
More information about the libcxx-commits
mailing list