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

2016-09-07 Thread Rafael Espíndola via lldb-commits
On 7 September 2016 at 11:35, Chaoren Lin 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

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

2016-09-07 Thread Rafael Espíndola via lldb-commits
On 7 September 2016 at 10:41, Ed Maste wrote: > emaste added a subscriber: emaste. > emaste added a comment. > > Which library contains `llvm::itaniumDemangle`? lib/Demangle. I will try to make sue a shared library build works and update the thread. Cheers, Rafael __