[PATCH] D91249: [obj2yaml] - Teach tool to emit the "SectionHeaderTable" key and sort sections by file offset.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 1 00:21:29 PST 2020


grimar added a comment.

In D91249#2424864 <https://reviews.llvm.org/D91249#2424864>, @jhenderson wrote:

> I think you might need some test coverage for fills too? At least the code you're working on works with `Chunk` instances, so it implies that both Sections and Fills can reach this bit.

obj2yaml doesn't emit fills. It only dumps `Section`s from an object .


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

https://reviews.llvm.org/D91249



More information about the llvm-commits mailing list