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

            Bug ID: 41908
           Summary: Allow --disassemble-functions to take demangled names
           Product: tools
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: llvm-objdump
          Assignee: unassignedb...@nondot.org
          Reporter: jh7370.2...@my.bristol.ac.uk
                CC: llvm-bugs@lists.llvm.org

It might be nice for --disassemble-functions to be able to accept demangled
names.  This is because they are often shorter and in some situations might be
easier to copy. I'm not exactly sure how this might work in practice. Simply
passing the string and then comparing against the demangled strings of the
symbols might be enough (though there's a performance risk here). Additionally,
we have to consider how to avoid ambiguity as to whether mangled or demangled
names are passed in. One option might be to only allow in demangled names if
the --demangle switch is also specified. There may also be other options.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to