[libcxx-commits] [PATCH] D126823: [libc++] Support char and unsigned char in integer distributions as an extension
Jordan R AW via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 1 18:09:46 PDT 2022
CrystalSplitter added a comment.
Hi Louis,
This patch should resolve >95% of the issues we're encountering in ChromeOS and Android. I think the remaining `char` ones we can fix on our end, as the vast majority of the breakages are with `uint8_t` in particular.
We appreciate the fix very much, as it's been quite a trek on our end patching up these issues (and we're still encountering them, so we'll cherrypick this ASAP). I know the Android folks will be very grateful as well for the fix.
Thanks,
~Jordan R AW
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126823/new/
https://reviews.llvm.org/D126823
More information about the libcxx-commits
mailing list