[llvm-bugs] [Bug 40054] New: llvm-readelf/readobj: add support for demangling

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Dec 17 08:54:41 PST 2018


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

            Bug ID: 40054
           Summary: llvm-readelf/readobj: add support for demangling
           Product: tools
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: llvm-readobj
          Assignee: unassignedbugs at nondot.org
          Reporter: jh7370.2008 at my.bristol.ac.uk
                CC: jh7370.2008 at my.bristol.ac.uk, llvm-bugs at lists.llvm.org

llvm-readelf (and llvm-readobj) produces symbol names in various locations,
such as in the symbol table dump. These names are simply the raw symbol name,
i.e. the mangled name. It would be useful if llvm-readelf had an option to
print the demangled name instead.

GNU readelf does not have an equivalent switch, but I would recommend
-C/--demangle, since that is the same name as for GNU objdump, nm, and
addr2line.

-- 
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/20181217/ef454f9c/attachment.html>


More information about the llvm-bugs mailing list