Skip to content
Commit 0d4d40cf authored by Rui Ueyama's avatar Rui Ueyama
Browse files

[PECOFF] Writer: Remove NULL padding at the end of each section.

If section size is not multiple of 512, the writer added NULL bytes at the end
of it to make it so. That is not required by the PE/COFF spec, and the MSVC's
linker does not do that too. So we don't need to do that, too.

llvm-svn: 197002
parent 2d8826a1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment