[llvm-bugs] [Bug 41862] New: llvm-objdump should emit an error if --start-address and --stop-address specify the same value

via llvm-bugs llvm-bugs at lists.llvm.org
Mon May 13 09:34:02 PDT 2019


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

            Bug ID: 41862
           Summary: llvm-objdump should emit an error if --start-address
                    and --stop-address specify the same value
           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

GNU objdump emits an error if the value of --start-address is greater than or
equal to that of --stop-address. llvm-objdump only does it if the value is
strictly greater than. Having an equal value makes no sense, since the
specified range would be empty.

-- 
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/20190513/2af9935d/attachment.html>


More information about the llvm-bugs mailing list