[PATCH] D70816: [yaml2obj] - Add a way to describe content of the SHT_GNU_verneed section with "Content".

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 28 05:59:26 PST 2019


jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.

LGTM. Given the number of similar sections that share this style (i.e. Content or Some Stuff - entries, relocations ...), I wonder if a refactor is in order to share the sort of thing you're adding here between the various section types?


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

https://reviews.llvm.org/D70816





More information about the llvm-commits mailing list