From e829b6231af0449c84aca29436f3be27c79a1cee Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 8 Nov 2012 13:23:13 +0000 Subject: [PATCH] tsan: change TSAN_OPTIONS->GORACE in build script as well llvm-svn: 167578 --- compiler-rt/lib/tsan/go/buildgo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/lib/tsan/go/buildgo.sh b/compiler-rt/lib/tsan/go/buildgo.sh index 86f468a..dc4a238 100755 --- a/compiler-rt/lib/tsan/go/buildgo.sh +++ b/compiler-rt/lib/tsan/go/buildgo.sh @@ -75,4 +75,4 @@ echo as gotsan.s -o race_$SUFFIX.syso as gotsan.s -o race_$SUFFIX.syso gcc test.c race_$SUFFIX.syso -m64 -o test $OSLDFLAGS -TSAN_OPTIONS="exitcode=0 atexit_sleep_ms=0" ./test +GORACE="exitcode=0 atexit_sleep_ms=0" ./test -- 2.7.4