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: unassignedb...@nondot.org
          Reporter: jh7370.2...@my.bristol.ac.uk
                CC: jh7370.2...@my.bristol.ac.uk, llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to