[Lldb-commits] [PATCH] D24293: Use llvm's demangler

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 7 09:16:45 PDT 2016


clayborg added a comment.

In https://reviews.llvm.org/D24293#535928, @zturner wrote:

> AFAICT, this patch only changes the case where we were already not able to use the fast demangler.  So nothing should change.


Yep, I saw that and that is why I OK'ed the patch. Someone else suggested cutting over to only use llvm::itaniumDemangle(), so thus my comment.


https://reviews.llvm.org/D24293





More information about the lldb-commits mailing list