[llvm-bugs] [Bug 39990] Demangle symbol names in substrings

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Feb 11 15:10:29 PST 2019


https://bugs.llvm.org/show_bug.cgi?id=39990

Matt Davis <matthew.davis at sony.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Matt Davis <matthew.davis at sony.com> ---
This bug has been resolved to match GNU's c++filt functionality in: 
https://reviews.llvm.org/rL353743

Strings are split and each word is demangled for input piped to llvm-cxxfilt
via stdin.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190211/b2b63e3d/attachment.html>


More information about the llvm-bugs mailing list