[PATCH] D54495: [LLD] [COFF] Remove empty sections before calculating the size of section headers

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 13 13:48:19 PST 2018


pcc added a comment.

I don't understand this change, won't there always need to be an alignment gap of up to 512 bytes between sections? So it won't matter whether we align once or several times.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D54495





More information about the llvm-commits mailing list