[PATCH] D71835: [llvm-readobj] - Remove an excessive helper for printing dynamic tags.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 13 11:22:21 PST 2020


MaskRay added a comment.

I think our goal is to make llvm-readobj -d and llvm-readelf -d consistent. It seems we have a preferable output in mind which is inconsistent with GNU readelf. I agree that omitting the value from the `(unknown)` column is better.

`0x0000000012345678 (unknown) 0x8765432187654321`

@grimar Can you send an email to the mailing list binutils at sourceware.org and ask whether they'd like to change?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71835





More information about the llvm-commits mailing list