[PATCH] D69709: [yaml2obj][WIP] - 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
Fri Nov 1 06:07:54 PDT 2019


grimar updated this revision to Diff 227433.
grimar added a comment.

- Made obj2yaml compilable.

(I haven't run its or another test cases though, I'd like to hear what people think
about such way of describing things first).


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.227433.patch
Type: text/x-patch
Size: 35222 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191101/de502bd1/attachment.bin>


More information about the llvm-commits mailing list