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

Reply via email to