[PATCH] D56205: Add -z common-page-size option
Christy Lee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 2 14:20:53 PST 2019
christylee added a comment.
> Do you know why that system uses not only max-page-size but also common-page-size?
It looks like they want to align hot text on `common-page-size` but everything else on `max-page-size`. gold aligns everything to `max-page-size` unless `common-page-size` is specified, I wonder if that's true for lld?
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56205/new/
https://reviews.llvm.org/D56205
More information about the llvm-commits
mailing list