search for: aee853a5

Displaying 2 results from an estimated 2 matches for "aee853a5".

2012 Jul 05
0
[LLVMdev] C++ demangling in LLVM
...t seems useful to unify the mangling and unmangling code if only so that we constantly round-trip test both halves and don't end up with divergences. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120705/aee853a5/attachment.html>
2012 Jul 05
2
[LLVMdev] C++ demangling in LLVM
On Jul 5, 2012, at 1:08 AM, Chandler Carruth <chandlerc at google.com> wrote: > In the same way that the core LLVM libraries have support routines for DWARF, I think that both mangling and demangling should be provided as well. How would LLVM provide support for mangling? And what tools actually need it? I also wonder if we need more from a demangler than just a string. I know linker