Skip to content

Commit

Permalink
cmd/go: make build cache tag sensitive to GOSSADIR; remove unused
Browse files Browse the repository at this point in the history
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 <[email protected]>
Run-TryBot: David Chase <[email protected]>
TryBot-Result: Go Bot <[email protected]>
Reviewed-by: Than McIntosh <[email protected]>
  • Loading branch information
dr2chase committed Apr 23, 2021
1 parent bedfeed commit d4bfe00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/go/internal/work/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ func (b *Builder) buildActionID(a *Action) cache.ActionID {
magic := []string{
"GOCLOBBERDEADHASH",
"GOSSAFUNC",
"GO_SSA_PHI_LOC_CUTOFF",
"GOSSADIR",
"GOSSAHASH",
}
for _, env := range magic {
Expand Down

0 comments on commit d4bfe00

Please sign in to comment.