diff options
author | Dmitry Vyukov <dvyukov@google.com> | 2012-07-28 15:27:41 +0000 |
---|---|---|
committer | Dmitry Vyukov <dvyukov@google.com> | 2012-07-28 15:27:41 +0000 |
commit | 904d3f9c06b9acf059e1bc74f11cb5e9f12c043d (patch) | |
tree | 298039352ce163b3ea90bc66d833f14d58d00c77 /compiler-rt/lib/tsan/go/test.c | |
parent | 44f9b5343d840f74095c3fe98cc3d5d6a742ef02 (diff) | |
download | bcm5719-llvm-904d3f9c06b9acf059e1bc74f11cb5e9f12c043d.tar.gz bcm5719-llvm-904d3f9c06b9acf059e1bc74f11cb5e9f12c043d.zip |
tsan: add ReleaseStore() function that merely copies vector clock rather than combines two clocks
fix clock setup for finalizer goroutine (Go runtime)
llvm-svn: 160918
Diffstat (limited to 'compiler-rt/lib/tsan/go/test.c')
-rw-r--r-- | compiler-rt/lib/tsan/go/test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/lib/tsan/go/test.c b/compiler-rt/lib/tsan/go/test.c index 5ef81be96c9..a9a5b3dbfca 100644 --- a/compiler-rt/lib/tsan/go/test.c +++ b/compiler-rt/lib/tsan/go/test.c @@ -46,7 +46,6 @@ int main(void) { __tsan_read(0, buf, 0); __tsan_free(buf); __tsan_func_exit(0); - printf("OK\n"); __tsan_fini(); return 0; } |