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

Rafael EspĂ­ndola via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 7 08:47:38 PDT 2016


On 7 September 2016 at 11:35, Chaoren Lin <chaorenl at google.com> wrote:
> chaoren added a comment.
>
> Cool. Would it be a good idea to only use LLVM's demangler? We can get rid of all the messy ifdef business, and I assume the LLVM demangler would be better maintained and more up to date than any system demangler.

Maybe, but it is probably better to do that in a followup patch, no?

Cheers,
Rafael


More information about the lldb-commits mailing list