summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
author Elliott Hughes <enh@google.com> 2024-09-13 14:32:38 +0000
committer Elliott Hughes <enh@google.com> 2024-09-17 13:50:58 +0000
commit2f3ae8fa8d8d1fbea37f290e0e1b67f5767207ee (patch)
tree23836ef382c478e368f0e3c5a3b3761347573ecd /build
parent3424f3e76b09ce7d81dd9d1126d8d69a3e26cd1e (diff)
riscv64 autovectorization needs a little more space.
(I've bumped the host number too since the weird number makes me think this was only ever determined experimentally anyway, and there may well be riscv64 hosts at some point.) Change-Id: Ie2ab1500c4536d03e7d2bbfa749557dbe02463fe
Diffstat (limited to 'build')
-rw-r--r--build/art.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/art.go b/build/art.go
index 51d4857ff6..26794a0a9a 100644
--- a/build/art.go
+++ b/build/art.go
@@ -131,7 +131,7 @@ func globalFlags(ctx android.LoadHookContext) ([]string, []string) {
func deviceFlags(ctx android.LoadHookContext) []string {
var cflags []string
- deviceFrameSizeLimit := 1736
+ deviceFrameSizeLimit := 1744
if len(ctx.Config().SanitizeDevice()) > 0 {
deviceFrameSizeLimit = 7400
}
@@ -151,7 +151,7 @@ func deviceFlags(ctx android.LoadHookContext) []string {
func hostFlags(ctx android.LoadHookContext) []string {
var cflags []string
- hostFrameSizeLimit := 1736
+ hostFrameSizeLimit := 1744
if len(ctx.Config().SanitizeHost()) > 0 {
// art/test/137-cfi/cfi.cc
// error: stack frame size of 1944 bytes in function 'Java_Main_unwindInProcess'