[PATCH] D77330: Consider increasing the default ARM32 page size to 64k.
Tobias Hieta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 7 08:07:13 PDT 2020
thieta added a comment.
A small ping here.
If I understand it correctly Android build scripts would have to be adjusted if we change this to make sure the 4k max page size is still happening when building the core system libraries. Is that a bigger task so that we can't merge this or would it better with a clang driver change similar to what we do with android aarch64 here:https://github.com/llvm/llvm-project/blob/master/clang/lib/Driver/ToolChains/Linux.cpp#L256 - I am happy to include that in my work if that's something that would make life easier in android land.
I am still trying to find out if this is a change we want to land so that I can start working on the unit tests in that case.
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