[PATCH] D75342: [obj2yaml] - Teach tool to dump program headers.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 23 06:31:02 PDT 2020


grimar added a comment.

Note: I've changed implementation slightly. Now we dump all sections and then after dumping program headers we remove sections we do not want to see in an output.
It allows us to dump sections in one place and work with array of `Chunk`s. It also should help to support `Filler` and seems makes the whole logic a bit nicer (in context of this patch).

It is possible to split this change to a separate NFC patch and I'll be happy to do it if we agree that it is a good way to go.


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

https://reviews.llvm.org/D75342





More information about the llvm-commits mailing list