[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 01:32:55 PST 2022


yota9 added a comment.

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


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