[llvm-bugs] [Bug 35685] New: dwarfdump: lookup parameter only accepts unsigned, unsigned long long would be more appropriate

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Dec 18 03:04:11 PST 2017


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

            Bug ID: 35685
           Summary: dwarfdump: lookup parameter only accepts unsigned,
                    unsigned long long would be more appropriate
           Product: tools
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: llvm-dwarfdump
          Assignee: unassignedbugs at nondot.org
          Reporter: mickey at vanille.de
                CC: llvm-bugs at lists.llvm.org

Created attachment 19571
  --> https://bugs.llvm.org/attachment.cgi?id=19571&action=edit
Fix dwarfdump lookup parameter

dwarfdump's lookup parameter only accepts unsigned. Given that for many current
platforms the load address already exceeds unsigned (e.g. arm64 w/
0x100000000), dwarfdump can't be used there. A patch is attached:

-- 
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/20171218/a33f9766/attachment.html>


More information about the llvm-bugs mailing list