[Lldb-commits] [PATCH] D49612: Use LLVM's new ItaniumPartialDemangler in LLDB

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 23 03:24:03 PDT 2018


labath added a comment.

In https://reviews.llvm.org/D49612#1171363, @sgraenitz wrote:

> > this new demangler should also be available in the MSVC case, should it not?
>
> I don't think the Itanium mangler supports MSVC mangling.


That's fine. It just needs to be able to demangle itanium names when running on an MSVC platform.


https://reviews.llvm.org/D49612





More information about the lldb-commits mailing list