[libcxx-commits] [libcxxabi] [llvm] Fix C++ demangling for _BitInt type (PR #143466)
Larry Meadows via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 9 19:14:57 PDT 2025
lfmeadow wrote:
This tiny fix resolved a number of problems with demangling names that use _BitInt; in particular that is how some of the 8-bit (and smaller) types are represented in various MI operations.
I would like to request @VitaNuo to review this; I made good use of your https://github.com/llvm/llvm-project/issues/111345 PR.
https://github.com/llvm/llvm-project/pull/143466
More information about the libcxx-commits
mailing list