]> Cypherpunks repositories - gostls13.git/commit
go/internal/gccgoimporter: backport from x/tools to ensure identical code
authorRobert Griesemer <gri@golang.org>
Wed, 17 Oct 2018 21:15:54 +0000 (14:15 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 17 Oct 2018 21:28:04 +0000 (21:28 +0000)
commit4bea6c65947caf815ad4dde8bf50c43dcca539be
tree1cf612b4fa4db9512fdb8dac3fbbe2851c1ad35e
parentbb3e2117777a2d9438bab0ab9e386e22662aa499
go/internal/gccgoimporter: backport from x/tools to ensure identical code

This change backports a minor modification of the x/tools version of this
code back into the std library. It simply ensures that both versions of
the code are the same and will simplify keeping them in sync down the
road.

While this is an API change, this is an internal package, so we're ok.

Updates #27891.

Change-Id: Ib153141382f727a2692ca80179ae09c4a383ba4f
Reviewed-on: https://go-review.googlesource.com/c/142894
Reviewed-by: Alan Donovan <adonovan@google.com>
src/go/internal/gccgoimporter/gccgoinstallation.go