[PATCH] D67757: [yaml2obj/obj2yaml] - Add support for .stack_sizes sections.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 24 06:04:07 PDT 2019


jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.

LGTM, with one minor comment.



================
Comment at: test/tools/yaml2obj/elf-stack-sizes.yaml:4
+## Test the following cases when the .stack_sizes Content field is specified:
+## 1) Shows we can produce a .stack_sizes section from a description with
+##    a valid section content.
----------------
I think you can delete "Shows" from each of these statements now.


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

https://reviews.llvm.org/D67757





More information about the llvm-commits mailing list