[libcxx-commits] [PATCH] D134420: [libc++] Use intptr_t instead of ptrdiff_t for messages_base::catalog
Alexander Richardson via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 4 03:12:18 PDT 2022
arichardson added a comment.
@ldionne do you think this is acceptable, or should I add additional ifdefs to avoid potential name mangling changes on 32-bit MIPS? To be honest I'm not sure if this type ever leaks into mangled names or if it's only ever used in inlined functions.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134420/new/
https://reviews.llvm.org/D134420
More information about the libcxx-commits
mailing list