[libcxx-commits] [libcxx] [libcxx] Finish localization support for LLVM libc (PR #154170)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Aug 19 00:13:43 PDT 2025
philnik777 wrote:
> > I'd really like multiple configurations. The most important one is the "everything LLVM libc supports", but I'd also like a minimal configuration that makes sure we don't rely on anything we don't want to.
>
> Makes sense. I'll work on getting a patch up for the former. The latter shouldn't be too difficult either.
>
> > If LLVM libc supports all the stuff we need at some point I'd also like to switch the "libc++ with X disabled" configurations over so we actually cannot rely on the stuff we don't want to rely on. That would most likely allow us to simplify some stuff in libc++ and catch bugs earlier.
>
> I'm assuming you mean switching those configurations over to test against libc, probably with the relevant entrypoints disabled so you can't accidentally use libc functionality that you would otherwise be able to just link against?
Yes, exactly.
https://github.com/llvm/llvm-project/pull/154170
More information about the libcxx-commits
mailing list