]> Cypherpunks repositories - gostls13.git/commit
cmd/go: hoist C++, Objective-C, and Fortran checks earlier
authorRuss Cox <rsc@golang.org>
Thu, 5 Oct 2017 23:30:51 +0000 (19:30 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 11 Oct 2017 17:47:14 +0000 (17:47 +0000)
commitd7ac5ce8a3d0cc0a77e4ea5dc7ef1aa4b39db2f5
tree6d17ca70700896c04c8a05058f586a4e1160d88d
parenta212083eea9ee745a3c8e7befb7bba4f4c95396c
cmd/go: hoist C++, Objective-C, and Fortran checks earlier

Today they happen during the build phase; they should happen
during the load phase instead, along with the C check.

Change-Id: I6074a995b8e29275549aafa574511b735642d85b
Reviewed-on: https://go-review.googlesource.com/69051
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/go/internal/load/pkg.go
src/cmd/go/internal/work/build.go