diff options
| -rwxr-xr-x | compiler-rt/lib/tsan/go/buildgo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/tsan/go/buildgo.sh b/compiler-rt/lib/tsan/go/buildgo.sh index 92835bc7675..864fa96e41d 100755 --- a/compiler-rt/lib/tsan/go/buildgo.sh +++ b/compiler-rt/lib/tsan/go/buildgo.sh @@ -73,6 +73,6 @@ cat tmp.s $ASMS > gotsan.s echo as gotsan.s -o gotsan_$SUFFIX.syso as gotsan.s -o gotsan_$SUFFIX.syso -gcc test.c gotsan_$SUFFIX.syso -lpthread -o test +gcc test.c race_$SUFFIX.syso -lpthread -o test ./test |

