search for: 78fcdb92

Displaying 2 results from an estimated 2 matches for "78fcdb92".

Did you mean: 780cd92
2012 Jul 05
0
[LLVMdev] C++ demangling in LLVM
...-fwhatever-sanitizer is present? > Essentially, it could be. It's more complicated than just that though, so I was just curious if it would work. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120704/78fcdb92/attachment.html>
2012 Jul 05
3
[LLVMdev] C++ demangling in LLVM
On Thu, Jul 5, 2012 at 9: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. I suspect that the 'Support' library is the best we have, although > eventually we need to split this library up a bit. That's not