[PATCH] D78361: [yaml2obj] - Verify that sections are sorted by their file offsets when creating segments.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 17 08:05:28 PDT 2020


MaskRay added a comment.

Can the tool sort program headers by p_offset so that reordered user input can be accepted? It may sometimes be useful to check how other tools behave with reordered input. This patch is dropping this feature.


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

https://reviews.llvm.org/D78361





More information about the llvm-commits mailing list