]> Cypherpunks repositories - gostls13.git/commit
cmd/go: more refined handling of cmd/compile magic environment variables
authorRuss Cox <rsc@golang.org>
Fri, 10 Nov 2017 19:50:03 +0000 (14:50 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 13 Nov 2017 14:57:09 +0000 (14:57 +0000)
commitc2e26fad3ba0d6cd83366c15b9969272eb3004f4
treea45b6df05cd4eb8d4ad82d2066eb291720fe3977
parentf768693f58dd7f98bb95e696cd0aae185a47db66
cmd/go: more refined handling of cmd/compile magic environment variables

Per discussion with David Chase, need to check GOSSAHASH$n
for increasing n until one is missing. Also if GSHS_LOGFILE is set,
the compiler writes to that file, so arrange never to cache in that case.

Change-Id: I3931b4e296251b99abab9bbbbbdcf94ae8c1e2a6
Reviewed-on: https://go-review.googlesource.com/77111
Reviewed-by: David Chase <drchase@google.com>
src/cmd/go/internal/work/exec.go