commit | d900f82d61f495ce128b99de4d35cccb8bf1e8be | [log] [tgz] |
---|---|---|
author | Jonas Devlieghere <jonas@devlieghere.com> | Tue Dec 19 09:45:26 2017 +0000 |
committer | Jonas Devlieghere <jonas@devlieghere.com> | Tue Dec 19 09:45:26 2017 +0000 |
tree | 966dc960ae14eb0351fa6963cbd5e0f43badbf44 | |
parent | 8cc707a59e502ff06bf9053a2e7e50262f16dff3 [diff] |
[dwarfdump] Lookup needs to be an unsigned long long parameter. Before this patch, 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 needs an unsigned long long parameter. Patch by: Dr. Michael 'Mickey' Lauer <mickey@vanille-media.de> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@321064 91177308-0d34-0410-b5e6-96231b3b80d8