]> Cypherpunks repositories - gostls13.git/commit
internal/goexperiment: move baseline configuration to objabi
authorAustin Clements <austin@google.com>
Wed, 14 Apr 2021 16:35:00 +0000 (12:35 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 16 Apr 2021 03:16:11 +0000 (03:16 +0000)
commitcf2396c70e7213570c69ca155203c25c960cc10c
treee12465a560175aea167d35188767ad6a3b161cae
parentf08c552dabf4a75739e0f198804ae14368d31105
internal/goexperiment: move baseline configuration to objabi

We need to adjust baseline experiment configuration based on the
configured GOOS and GOARCH, so it can't live in goexperiment. Move it
to objabi.

Change-Id: I65f4ce56902c6c1a82735050773c58f2d1320cc6
Reviewed-on: https://go-review.googlesource.com/c/go/+/310169
Trust: Austin Clements <austin@google.com>
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/internal/objabi/exp.go
src/internal/goexperiment/flags.go