]> Cypherpunks repositories - gostls13.git/commit
cmd/go: update TestCgoHandlesWlORIGIN to avoid -rpath on windows
authorThan McIntosh <thanm@google.com>
Tue, 8 Feb 2022 16:56:10 +0000 (11:56 -0500)
committerThan McIntosh <thanm@google.com>
Thu, 31 Mar 2022 19:40:16 +0000 (19:40 +0000)
commitf7670b9f9471d0d40666c28faaaa67851eb8ec2e
tree9a8c6c1440f1a55022efc1a3c1f1471803095bfa
parent96081f854547353caaa77b795974f76b24572493
cmd/go: update TestCgoHandlesWlORIGIN to avoid -rpath on windows

Tweak the cgo recipe for the TestCgoHandlesWlORIGIN testpoint to avoid
using "-rpath" on Windows, where it doesn't make sense to use it. This
change needed to avoid an "unknown flag -rpath" from clang/ldd on
windows.

Updates #35006.

Change-Id: I4fcd649df4687aa3aff5690e11a15fc0e0f42332
Reviewed-on: https://go-review.googlesource.com/c/go/+/384155
Reviewed-by: Bryan Mills <bcmills@google.com>
Trust: Than McIntosh <thanm@google.com>
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/go/go_test.go