[PATCH] D25079: [ELF] Set maximum page size to 65536 on AArch64
Adhemerval Zanella via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 30 11:56:26 PDT 2016
zatrazz added a comment.
I do not seem any impending issue with this patch, however we must be aware that since max alignment is used as the default one for page alignment for some sections it might interfere with both memory utilization and relro setup. There is some information on a recent powerpc64le issue that occurred from a similar change in binutils [1].
Since lld currently does not define a 'common' page size, running lld with this modification on 4K kernels might result on both issues described above.
[1] https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/1412553
Repository:
rL LLVM
https://reviews.llvm.org/D25079
More information about the llvm-commits
mailing list