]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: pass process env to 'go tool compile' in compileToAsm
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Wed, 1 Jun 2016 01:32:53 +0000 (13:32 +1200)
committerMichael Hudson-Doyle <michael.hudson@canonical.com>
Wed, 1 Jun 2016 03:55:09 +0000 (03:55 +0000)
commit2885e07c259ffda336d6965fcca03b4df617d812
tree000b4441e9934a3a6b03d3bd2ae42cf52c9ac6ff
parent04acd625d7a1044c8ca78464f6727276577ffb3d
cmd/compile: pass process env to 'go tool compile' in compileToAsm

In particular, this stops the test failing when GOROOT and GOROOT_FINAL are
different.

Change-Id: Ibf6cc0a173f1d965ee8aa31eee2698b223f1ceec
Reviewed-on: https://go-review.googlesource.com/23620
Run-TryBot: Michael Hudson-Doyle <michael.hudson@canonical.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/compile/internal/gc/asm_test.go