[libcxx-commits] [libcxx] [libcxx] Add `locale` support for llvm `libc` (PR #97508)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 3 01:25:31 PDT 2024
philnik777 wrote:
> @philnik777 `libc` + `libc++` isn't toooooo bad depending on what flags you want to turn on… if you look at #97191 there's pretty comprehensive documentation about what's required 😄 Is there a plan you'd like for CI to test the various permutations of `LIBCXX_ENABLE_*`? If so, what is that plan and how can I align with what it is?
There are a few configurations I'd like to have in the CI with the LLVM libc, but the main one is "whatever works". Just so we have a baseline of what's already working and a starting point from where to continue. Any other configurations would be primarily to better test the various configurations libc++ supports.
https://github.com/llvm/llvm-project/pull/97508
More information about the libcxx-commits
mailing list