[all-commits] [llvm/llvm-project] 3cfd93: [lib/ObjectYAML] - Simplify the code that handles ...
Georgii Rymar via All-commits
all-commits at lists.llvm.org
Fri Oct 16 00:06:56 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3cfd9384bff476a4579c956e0c33697fee8bcf29
https://github.com/llvm/llvm-project/commit/3cfd9384bff476a4579c956e0c33697fee8bcf29
Author: Georgii Rymar <grimar at accesssoftek.com>
Date: 2020-10-16 (Fri, 16 Oct 2020)
Changed paths:
M llvm/lib/ObjectYAML/ELFEmitter.cpp
Log Message:
-----------
[lib/ObjectYAML] - Simplify the code that handles Content/Size fields.
This is a follow-up for 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
Differential revision: https://reviews.llvm.org/D89120
More information about the All-commits
mailing list