[PATCH] D74273: [MachO] Pad section data to pointer size bytes

Pete Cooper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 09:28:22 PST 2020


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

LGTM.

This shouldn't affect the final binary size as the linker is going to probably recreate the relocations and symbol table anyway, but seems fine to align this more in the object files.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74273





More information about the llvm-commits mailing list