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

            Bug ID: 41903
           Summary: Make --disassemble-function imply -d
           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

--disassemble-function restricts disassembly output to just the specified
function. However, currently, if it is specified without --disassemble, nothing
is disassembled. It would be nice if, like with the --source or --lines
switches, it implies --disassemble.

This isn't a switch in GNU objdump as far as I'm aware, so we don't have to
worry about compatibility with that tool.

-- 
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