]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.typeparams] internal/buildcfg: turn on register ABI on all AMD64 platforms
authorCherry Mui <cherryyz@google.com>
Fri, 14 May 2021 19:04:51 +0000 (15:04 -0400)
committerCherry Mui <cherryyz@google.com>
Thu, 20 May 2021 19:29:30 +0000 (19:29 +0000)
commit382c5dd5f754392444fbe2c3489d09b2f36f3939
tree2589639fa4f0f4ba335b198eec6d5f5c3c95a06f
parent240d6d00ca561b7d293976e758642addb467d6b9
[dev.typeparams] internal/buildcfg: turn on register ABI on all AMD64 platforms

Register ABI is already enabled by default on AMD64 on Linux
(including Android), macOS, and Windows. This CL enables it on the
rest, specifically, on FreeBSD, OpenBSD, NetBSD, DragonflyBSD,
Solaris (including Illumos), iOS (simulator), and Plan 9.

Change-Id: I80fa20c8bbc8d67b16a19f71b65422e890210ab5
Reviewed-on: https://go-review.googlesource.com/c/go/+/321332
Trust: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/internal/buildcfg/exp.go