[PATCH] D89120: [lib/ObjectYAML] - Simplify the code that handles Content/Size fields.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 9 05:25:20 PDT 2020


grimar created this revision.
grimar added reviewers: jhenderson, MaskRay.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.
grimar requested review of this revision.

This is a follow-up for D89039 <https://reviews.llvm.org/D89039> patch, which adds a support for
`Content`/`Size` for all sections.

Assuming that all of sections have a support of these 2 fields,
we can simplify and generalize the code.

Depends on D89039 <https://reviews.llvm.org/D89039>


https://reviews.llvm.org/D89120

Files:
  llvm/lib/ObjectYAML/ELFEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89120.297203.patch
Type: text/x-patch
Size: 8317 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201009/a7e84a2d/attachment.bin>


More information about the llvm-commits mailing list