[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 02:34:55 PST 2022


treapster added a comment.

In D137620#3914410 <https://reviews.llvm.org/D137620#3914410>, @yota9 wrote:

> The virtual address % page alignment must be equal to file offset % page alignment, does this ratio remains true without this code?

Of course it remains the same, the only difference is that .text comes right after program header.


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