yaml2obj, COFF: Correctly calculate SizeOfImage and SizeOfHeaders
authorDavid Majnemer <david.majnemer@gmail.com>
Fri, 14 Nov 2014 19:35:59 +0000 (19:35 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Fri, 14 Nov 2014 19:35:59 +0000 (19:35 +0000)
commita9d69424f47e81bd2e64d3d22ba900c7a989952a
tree49bc706771c481410fc225c19cee94e3a71a02ae
parent4ad9e9b0b083e4f21a53a2f0a409d2d57f508f7b
yaml2obj, COFF: Correctly calculate SizeOfImage and SizeOfHeaders

SizeOfHeaders must be aligned to the FileAlignment.
SizeOfImage must be at least the SizeOfHeaders aligned to the
SectionAlignment.

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