]> Cypherpunks repositories - gostls13.git/commit
runtime: use smaller max align for arm32
authorKeith Randall <khr@golang.org>
Wed, 28 Jan 2026 23:39:46 +0000 (15:39 -0800)
committerGopher Robot <gobot@golang.org>
Thu, 29 Jan 2026 21:04:30 +0000 (13:04 -0800)
commit10ed9b6ed5ffadf16151d98a188a4242515b62e9
tree9b68daa15262ae8d3d40242d66c30b31259d6d49
parent11722941452d04aa0364a5c6b60acffaa2776b1c
runtime: use smaller max align for arm32

Maybe fixes a dashboard build failure for linux/arm32 casued
by CL 724261.

This value comes from cmd/link/internal/arm/l.go (and in general,
maxAlign in cmd/link/internal/$ARCH/<something>.go).

Change-Id: I4d02cd41072da1b6ad6c7405044bd7788626b013
Reviewed-on: https://go-review.googlesource.com/c/go/+/740101
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Auto-Submit: Keith Randall <khr@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
src/runtime/type.go