]> Cypherpunks repositories - gostls13.git/commit
cmd/link: recognize clang linker error in testCGOLTO
authorIan Lance Taylor <iant@golang.org>
Wed, 2 Jun 2021 14:43:57 +0000 (07:43 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 2 Jun 2021 15:45:31 +0000 (15:45 +0000)
commitff9f5fb8591c6d3e4cd4881e75f49440a3a875c2
treee086adbaf02ac1835096420f4c61b50bddf4019c
parent1c6a2ea2ea4b04416f7344ee5effe81816c7200b
cmd/link: recognize clang linker error in testCGOLTO

Also recognize a case in which GCC does not run (from
https://build.golang.org/log/7f6d8b35c905b9829f05906beccca44f208aa569).

Fixes #46517

Change-Id: I4fe4164a5df92b2dec08fd767f65a4d5479f3f36
Reviewed-on: https://go-review.googlesource.com/c/go/+/324169
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
src/cmd/link/cgo_test.go