[libcxx-commits] [libcxx] [libc++][Android] Restrict use of mblen/towctrans/wctrans (PR #116147)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 13 10:32:49 PST 2025
https://github.com/ldionne commented:
Sorry this fell between the cracks and I forgot to review again. Thanks for the clear explanation of Android NDK versions.
For these kinds of things in general, we tend to favour using `XFAIL: android-ndk-<version>` instead, since that prevents the accumulation of `#ifdef`s in the test suite. Would you be willing to use that instead?
https://github.com/llvm/llvm-project/pull/116147
More information about the libcxx-commits
mailing list