[llvm-bugs] [Bug 41903] New: Make --disassemble-function imply -d
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu May 16 06:06:27 PDT 2019
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: unassignedbugs at nondot.org
Reporter: jh7370.2008 at my.bristol.ac.uk
CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190516/a41533ee/attachment.html>
More information about the llvm-bugs
mailing list