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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 8 10:53:57 PST 2019


MaskRay added a comment.

`check-lld` passes. It is not too surprising - lld tests use `llvm-objdump -d` but not its other features (I've migrated a lot of `llvm-objdump` tests to `llvm-nm` or `llvm-readelf` where appropriate).

To llvm-objdump contributors: there is a similar feature that prints immediates in hexidecimal: `--print-imm-hex`. I wonder if we can turn on it by default.


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