[PATCH] D137620: [BOLT] Don't align .text to pageAlign

Denis Revunov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 8 03:52:46 PST 2022


treapster added a comment.

If you mean text segment, yes it is properly aligned. As to why .text section was aligned additionally - well, it was indeed BinaryEmitter, but not automatically, it just used alignment which was passed to it. Now we stop passing huge alignment and all the padding is gone.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137620



More information about the llvm-commits mailing list