[PATCH] D69709: [yaml2obj] - Add a way to describe the custom data that is not part of an output section.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 5 05:51:23 PST 2019


grimar updated this revision to Diff 227855.
grimar marked 6 inline comments as done.
grimar retitled this revision from "[yaml2obj][WIP] - Add a way to describe the custom data that is not part of an output section." to "[yaml2obj] - Add a way to describe the custom data that is not part of an output section.".
grimar edited the summary of this revision.
grimar added a comment.

- Added missing test cases and code (i.e. the patch is now ready for review).
- Addressed review comments.


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

https://reviews.llvm.org/D69709

Files:
  llvm/include/llvm/ObjectYAML/ELFYAML.h
  llvm/include/llvm/ObjectYAML/YAML.h
  llvm/lib/ObjectYAML/ELFEmitter.cpp
  llvm/lib/ObjectYAML/ELFYAML.cpp
  llvm/lib/ObjectYAML/YAML.cpp
  llvm/test/tools/yaml2obj/custom-filler.yaml
  llvm/tools/obj2yaml/elf2yaml.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69709.227855.patch
Type: text/x-patch
Size: 40875 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191105/e65e5d92/attachment.bin>


More information about the llvm-commits mailing list