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

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 21 00:30:35 PDT 2020


jhenderson accepted this revision.
jhenderson added a comment.

LGTM.



================
Comment at: llvm/test/tools/obj2yaml/program-headers.yaml:419
+## Check that we require sections in a program header
+## declaration to be sorted by their offset.
+# RUN: not yaml2obj --docnum=5 %s -o %t5 2>&1 | \
----------------
offset -> offsets


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

https://reviews.llvm.org/D78361





More information about the llvm-commits mailing list