OSDN Git Service

[yaml2elf] - Cleanup the initSectionHeaders(). NFCI.
authorGeorge Rimar <grimar@accesssoftek.com>
Fri, 26 Apr 2019 12:15:32 +0000 (12:15 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Fri, 26 Apr 2019 12:15:32 +0000 (12:15 +0000)
commit8399432f4d8e24d9c7255e8cff13e781a2ac3e96
tree4af427a773335afe66531c92194b6fdb5dee3f2f
parentedf11da4586c0d6ef0ca3f7a4428eb3531ebcd61
[yaml2elf] - Cleanup the initSectionHeaders(). NFCI.

This encapsulates the section specific code inside the
corresponding writeSectionContent methods.
Making the code a bit more consistent.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@359297 91177308-0d34-0410-b5e6-96231b3b80d8
tools/yaml2obj/yaml2elf.cpp