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: unassignedb...@nondot.org
Reporter: mic...@vanille.de
CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs