[PATCH] D80190: [yaml2obj] - Implement the "Offset" property for the Fill Chunk.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 19 01:36:09 PDT 2020


grimar created this revision.
grimar added reviewers: jhenderson, MaskRay.
Herald added subscribers: hiraditya, emaste.
Herald added a reviewer: espindola.
Herald added a project: LLVM.

Similar to a regular section chunk, a Fill should have this property.
This patch implements it.


https://reviews.llvm.org/D80190

Files:
  llvm/include/llvm/ObjectYAML/ELFYAML.h
  llvm/lib/ObjectYAML/ELFEmitter.cpp
  llvm/lib/ObjectYAML/ELFYAML.cpp
  llvm/test/tools/yaml2obj/ELF/custom-fill.yaml

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80190.264814.patch
Type: text/x-patch
Size: 4552 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200519/219d306a/attachment-0001.bin>


More information about the llvm-commits mailing list