[PATCH] D69997: [llvm-objdump] Print relocation addends in hexadecimal

Dave Bozier via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 12 07:13:35 PST 2019


davidb added a comment.

I haven't conditionally zero extended it in the case of `-r`. I'm not sure consistency with gnu objdump is worth it in that case and as there is a difference with `-r -d` it makes the code look. bit ugly. But I'm open to change that if you really insist...


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69997/new/

https://reviews.llvm.org/D69997





More information about the llvm-commits mailing list