[PATCH] D116360: [llvm-readobj] Solve the misalignment problem caused by RISCV_ATTRIBUTES

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 29 06:25:56 PST 2021


jrtc27 added a comment.

llvm-readelf currently almost exactly matches the output of GNU readelf -W, and field widths is one of the ways they currently match. I'm unconvinced this is worthwhile; `.note.gnu.build-id` already spills over into the Type column for any architecture, so this is not a new problem, and it's not really a problem either.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116360



More information about the llvm-commits mailing list