[LLVMdev] C++ demangler for llvm tools

Sumanth Gundapaneni sgundapa at codeaurora.org
Tue Feb 10 10:14:57 PST 2015


Hi,

      AFAIK, the tools "symbolizer, objdump and nm" need a demangler.

I see there is libcxxabi which provides the demangle library. But there is
no support to build libcxxabi on windows with MSVC.

This left a huge void and my symbolizer cannot work on Windows if built with
MSVC. 

 

Instead of mucking around OS dependencies, why shouldn't we have a demangle
library in LLVM.

I already have this implementation locally and it works fine for me on both
Linux and Windows.

 

Any thoughts ?

 

--Sumanth G

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150210/264ed492/attachment.html>


More information about the llvm-dev mailing list