[PATCH] D24891: [ELF] Support -z max-page-size option
Petr Hosek via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 27 08:41:30 PDT 2016
phosek added a comment.
This is getting more complicated, I was looking at using `-z max-page-size` and `-z common-page-size` values in the `Writer` and found that lld's use of page size is somewhat inconsistent so I filed a bug 30541 <https://llvm.org/bugs/show_bug.cgi?id=30541> and proposed possible solutions. It'd be great to decide on the solution for the page size handling before landing this patch as it might require further changes (e.g. if we decide to only use the maximum page size, we probably shouldn't accept the `-z common-page-size` flag).
https://reviews.llvm.org/D24891
More information about the llvm-commits
mailing list