]> Cypherpunks repositories - gostls13.git/commit
cmd/go: force untranslated output when running GCC/clang driver
authorIan Lance Taylor <iant@golang.org>
Fri, 4 May 2018 21:32:59 +0000 (14:32 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 9 May 2018 13:37:52 +0000 (13:37 +0000)
commit814c749c8fa815a8ddf8184bcac8990ef0dea006
tree52a887d2afb8cd720944df5feae69da67d2ffe00
parent8088a7fc12a335248395d636e09e1e4c67d13730
cmd/go: force untranslated output when running GCC/clang driver

When we look for the tool ID to use for a compiler, force untranslated
output so that we can match the literal string "version".

Fixes https://gcc.gnu.org/PR84765

Change-Id: I607df445dbd3c5a7c3a6907601adcb039ac16fc1
Reviewed-on: https://go-review.googlesource.com/111575
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/go/internal/work/buildid.go