[llvm-dev] VC C++ demangler

Rui Ueyama via llvm-dev llvm-dev at lists.llvm.org
Mon Jun 19 10:53:24 PDT 2017


Hi,

We have a demangler for the Itanium ABI, but looks like we don't have one
for the MSVC-style symbols. Is there any good demangler we can import to
LLVM?

If there's no suitable demangler, I'd like to write one. Currently, we are
using `UnDecorateSymbolName` function, but the function is available only
on Windows (which is problematic when you are doing a cross-build), and the
function is not thread-safe. These two seem to be an enough reason to have
our own demanler.

Rui
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170619/a0c0eb62/attachment.html>


More information about the llvm-dev mailing list