[PATCH] D22939: Only use __cxa_demangle on C++ mangled names
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 28 15:41:43 PDT 2016
rnk added a comment.
On Mac and 32-bit mingw C++ mangled names may have an extra underscore prefix, so the name will start with "__Z". You should also handle that case.
https://reviews.llvm.org/D22939
More information about the llvm-commits
mailing list