]> Cypherpunks repositories - gostls13.git/commit
cmd/go: make build cache tag sensitive to GOSSADIR; remove unused
authorDavid Chase <drchase@google.com>
Wed, 21 Apr 2021 14:28:27 +0000 (10:28 -0400)
committerDavid Chase <drchase@google.com>
Fri, 23 Apr 2021 14:06:54 +0000 (14:06 +0000)
commitd4bfe006155ea0d9c2970e22fca5a027125c8a98
treec0830cc41ecd158916ac4592cc13077a043a8344
parentbedfeed54a7a80123c07f83c325a0bcfe5c43398
cmd/go: make build cache tag sensitive to GOSSADIR; remove unused

GOSSADIR is a useful compiler flag for debugging.
Removed GO_SSA_PHI_LOC_CUTOFF, it is no longer mentioned in the compiler.

Change-Id: I3600f4c6ded95c9d34b85a6f0da6ba89b17a13ec
Reviewed-on: https://go-review.googlesource.com/c/go/+/312290
Trust: David Chase <drchase@google.com>
Run-TryBot: David Chase <drchase@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/go/internal/work/exec.go