[libcxxabi] [llvm] Fix C++ demangling for _BitInt type (PR #143466)

Larry Meadows via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 24 18:12:15 PDT 2025


lfmeadow wrote:

> I assumed that Clang already produced these manglings. I'd like to have clarity on whether we already do produce these manglings, otherwise this change may indeed never be required. @lfmeadow Can you chime in?

Yes, clang does produce the mangling for _BitInt, and it does not demangle properly without this change.

https://github.com/llvm/llvm-project/pull/143466


More information about the llvm-commits mailing list