[libcxx-commits] [libcxx] [libc++][Android] Restrict use of mblen/towctrans/wctrans (PR #116147)
Ryan Prichard via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jan 15 17:20:36 PST 2025
rprichard wrote:
Ok, I've updated the tests to be `UNSUPPORTED` when the build target is Android API 25 or less. (libc++ requires Android API 21 or up, so the unsupported range is 21..25.)
https://github.com/llvm/llvm-project/pull/116147
More information about the libcxx-commits
mailing list