[PATCH] D75527: [yaml2obj] - Add `ELFYAML::YAMLIntUInt` to fix how we parse a relocation `Addend` key.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 16 08:08:17 PDT 2020


grimar updated this revision to Diff 250561.
grimar retitled this revision from "[yaml2obj] - Add `ELFYAML::YAMLInt` to fix how we parse a relocation `Addend` key." to "[yaml2obj] - Add `ELFYAML::YAMLIntUInt` to fix how we parse a relocation `Addend` key.".
grimar edited the summary of this revision.
grimar added a comment.

- Reimplemented in according to latest discussion.
- Renamed the new type to `YAMLIntUInt`.


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

https://reviews.llvm.org/D75527

Files:
  llvm/include/llvm/ObjectYAML/ELFYAML.h
  llvm/lib/ObjectYAML/ELFYAML.cpp
  llvm/test/tools/obj2yaml/relocation-addend.yaml
  llvm/test/tools/yaml2obj/ELF/relocation-addend.yaml

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75527.250561.patch
Type: text/x-patch
Size: 12133 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200316/b3feee74/attachment-0001.bin>


More information about the llvm-commits mailing list