[clang] [WIP][clang] Fix std::tm etc. mangling on Solaris (PR #106353)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 1 09:27:52 PDT 2024


efriedma-quic wrote:

> just leads to infinite recursion (obviously),

Try casting the pointer to uintptr_t?

-------

Might be simpler to mess with CXXNameMangler::mangleUnscopedName, though, which I think is where the St prefix is getting added.

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


More information about the cfe-commits mailing list