[PATCH] D73621: [yaml2obj] - Add a way to set sh_entsize for relocation sections.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 30 01:15:28 PST 2020


grimar added a comment.

In D73621#1848823 <https://reviews.llvm.org/D73621#1848823>, @jhenderson wrote:

> Idle thought: I wonder if it's worth introducing some kind of command-line macro option to yaml2obj? E.g. `-DMACHINE=EM_X86_64` would replace `Machine: MACHINE` (or some similar syntax). There are a growing number of cases where we have two identical YAML blobs except for some minor difference.


Sounds good. I'd give it a try.


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

https://reviews.llvm.org/D73621





More information about the llvm-commits mailing list