[PATCH] D77330: Consider increasing the default ARM32 max page size to 64k.

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 21 09:10:12 PDT 2020


psmith added a comment.

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.

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?


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