]> Cypherpunks repositories - gostls13.git/commit
cmd/go: if -msan, pass -fsanitize=memory to cgo builds
authorIan Lance Taylor <iant@golang.org>
Wed, 21 Oct 2015 22:18:52 +0000 (15:18 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 21 Oct 2015 23:52:23 +0000 (23:52 +0000)
commit029c760c7be0d11563ac69fbc0ca5fd98a5cbc2b
tree8a19c530ccf9d110e381497314753d87581ab736
parent7df8ba136c911542374186fe5bed603ca6e7e015
cmd/go: if -msan, pass -fsanitize=memory to cgo builds

Also fix the msan_fail test.  It was bogus, since it always aborted one
way or another.

Change-Id: Ic693327d1bddb7bc5c7d859ac047fc93cb9b5b1c
Reviewed-on: https://go-review.googlesource.com/16172
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
misc/cgo/testsanitizers/msan_fail.go
src/cmd/go/build.go