[PATCH] [Commented On] D25082: [ELF] - Do not crash on invalid section alignment.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 30 05:54:46 PDT 2016
grimar added inline comments.
> evgeny777 wrote in InputSection.cpp:48
> This doesn't make any sense for ELF32, does it? What about using MaxPageSize?
For ELF32 it does not, I see no problem here.
About MaxPageSize - it seems there is no dependency in GNU linkers between section alignment and MaxPageSize,
why do you think this would be correct ?
https://reviews.llvm.org/D25082
More information about the llvm-commits
mailing list