]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/testsanitizers: do not run with clang < 3.8 and Linux ≥ 4.1
authorRuss Cox <rsc@golang.org>
Mon, 30 Nov 2015 19:50:21 +0000 (14:50 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 3 Dec 2015 14:48:46 +0000 (14:48 +0000)
commitde5b386157c7f86df3f0a93cd01172ff84781459
tree482154d5aa3af7c5a60096cd356940a1824ae094
parent92b02e313193de9de9aaa3525f1908d8a26e9a68
misc/cgo/testsanitizers: do not run with clang < 3.8 and Linux ≥ 4.1

These are simply incompatible. Clang fixed the bug but not in older versions.

Fixes #12898.

Change-Id: I74a3fd9134dadab6d0f074f8fd09e00d64558d7a
Reviewed-on: https://go-review.googlesource.com/17254
Reviewed-by: Ian Lance Taylor <iant@golang.org>
misc/cgo/testsanitizers/test.bash