[PATCH] D64854: [ELF] Delete redundant pageAlign of the first section after PT_GNU_RELRO after D58892
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 17 01:24:31 PDT 2019
ruiu added a comment.
Could you explain what `ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1))` means? It looks like it aligns to the next multiple of MAXPAGESIZE (plus `(. & (CONSTANT (MAXPAGESIZE) - 1))`), so doesn't it consume a MAXPAGESIZE?
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64854/new/
https://reviews.llvm.org/D64854
More information about the llvm-commits
mailing list