[PATCH] D84714: [lld-macho] Implement -headerpad

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 29 13:59:25 PDT 2020


compnerd accepted this revision.
compnerd added a comment.
This revision is now accepted and ready to land.

Yes, that is roughly the tradeoff.  It matters more for smaller binaries, but it also helps ensure that the code page is aligned and ensures that any offset differences don't matter and you can do same page merging.  I don't have any objections against it being a follow up patch.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84714/new/

https://reviews.llvm.org/D84714



More information about the llvm-commits mailing list