[PATCH] D20083: Add an c++ itanium demangler to llvm

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 24 09:32:31 PDT 2016


On 24 August 2016 at 12:17, Mehdi AMINI <mehdi.amini at apple.com> wrote:
> mehdi_amini added a comment.
>
> I know that D.Majnemer is working on a new demangler for LLVM, I don't what is the status on it though. If there is nothing on sight in the near future and you need something for lld, starting with this sounds like a reasonable plan to me.

Yes, this library should export exactly one function and depend on
nothing, so it should be really easy to replace once a new
implementation is available.

> What about also something like `tools/llvm-c++filt/llvm-c++filt.cpp`?

Sounds like a good idea for testing. I will add one.

Thanks,
Rafael


More information about the llvm-commits mailing list