[PATCH] D77330: Consider increasing the default ARM32 max page size to 64k.
Nathan Chancellor via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 21 13:33:38 PDT 2020
nathanchance added a comment.
In D77330#1994737 <https://reviews.llvm.org/D77330#1994737>, @psmith wrote:
> In D77330#1994680 <https://reviews.llvm.org/D77330#1994680>, @nickdesaulniers wrote:
>
> > Hmm...seems to have regressed ARMv5 Linux kernel boots according to a bisection from @nathanchance (https://groups.google.com/g/clang-built-linux/c/aKDK-N6JN4g)
>
>
> I don't think that URL is publicly visible.
I don't know why that started happening :/
> In theory increasing the max page size shouldn't have changed anything significant, especially given that ld.bfd defaults to the same page size, it may have flushed out another bug though. Would it be possible to raise a PR with a reproducer?
Done: https://bugs.llvm.org/show_bug.cgi?id=45632
Feel free to ping me for more information/debugging as needed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77330/new/
https://reviews.llvm.org/D77330
More information about the llvm-commits
mailing list