1
0
mirror of https://github.com/golang/go synced 2024-11-17 14:04:48 -07:00
go/misc/cgo/testsanitizers
Mohit Agarwal 8e848ba653 misc/cgo/testsanitizers: fix check for existence of clang
The current mechanism fails if clang cannot be executed by the current
user.  Using the `-x` operator for `test` return TRUE if the file is
executable by the user.

Change-Id: I0f3c8dc3880c1ce5a8a833ff3109eb96853184af
Reviewed-on: https://go-review.googlesource.com/16752
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2015-11-10 03:58:52 +00:00
..
msan2.go cmd/go: add -msan option 2015-10-21 20:30:23 +00:00
msan_fail.go cmd/go: if -msan, pass -fsanitize=memory to cgo builds 2015-10-21 23:52:23 +00:00
msan.go cmd/go: add -msan option 2015-10-21 20:30:23 +00:00
test.bash misc/cgo/testsanitizers: fix check for existence of clang 2015-11-10 03:58:52 +00:00