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

Vladislav Khmelevsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 8 03:38:03 PST 2022


yota9 added a comment.

After editing the message it makes sense with different segments sizes before/after.
The thing is that the text is still padded here to 0x200000 which is good, the question is why it was double padded to 400000 before. It seems that it is done automatically by the llvm emitter, that is why the manually padding here is redundant.


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