[PATCH] D67958: [yaml2obj] - Add a Size field for StackSizesSection.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 24 05:15:27 PDT 2019
grimar created this revision.
grimar added reviewers: jhenderson, MaskRay.
It is a follow-up requested in the review comment
for D67757 <https://reviews.llvm.org/D67757>. Allows to use Content + Size or just Size
when describing .stack_sizes sections in YAML document.
Depends on https://reviews.llvm.org/D67757
https://reviews.llvm.org/D67958
Files:
include/llvm/ObjectYAML/ELFYAML.h
lib/ObjectYAML/ELFEmitter.cpp
lib/ObjectYAML/ELFYAML.cpp
test/tools/yaml2obj/elf-stack-sizes.yaml
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67958.221514.patch
Type: text/x-patch
Size: 6616 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190924/fd3f9b1f/attachment.bin>
More information about the llvm-commits
mailing list