From: Dmitry Vyukov Date: Thu, 8 Nov 2012 13:23:13 +0000 (+0000) Subject: tsan: change TSAN_OPTIONS->GORACE in build script as well X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e829b6231af0449c84aca29436f3be27c79a1cee;p=platform%2Fupstream%2Fllvm.git tsan: change TSAN_OPTIONS->GORACE in build script as well llvm-svn: 167578 --- 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