[Lldb-commits] [PATCH] D49612: Use LLVM's new ItaniumPartialDemangler in LLDB
Stefan Gränitz via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 23 03:36:43 PDT 2018
sgraenitz added a comment.
> That's fine. It just needs to be able to demangle itanium names when running on an MSVC platform.
IIUC `cstring_mangling_scheme()` should return `eManglingSchemeItanium` in this case and switch to the case label without the `#if defined(_MSC_VER)`.
https://reviews.llvm.org/D49612
More information about the lldb-commits
mailing list