]> Cypherpunks repositories - gostls13.git/commit
internal/goroot: for -compiler=gccgo, only look for .gox files
authorIan Lance Taylor <iant@golang.org>
Wed, 18 Sep 2019 04:12:35 +0000 (21:12 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 18 Sep 2019 20:32:43 +0000 (20:32 +0000)
commitbcf6f9fd4c601a2f51d737a6390a7e909096729a
treead86b7d4665aa5c332a0ada7e97f0c200dca94dc
parent5253a6dc72c427cfeeabdce6d95c37c0716ab451
internal/goroot: for -compiler=gccgo, only look for .gox files

Fixes #34358

Change-Id: I3022ac88e1ad595dc72c0063852b8d4a1ec3f0ba
Reviewed-on: https://go-review.googlesource.com/c/go/+/196120
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/go/testdata/script/mod_m.txt [new file with mode: 0644]
src/internal/goroot/gc.go