commit | 9f143c5c5f231cd2eafbca193fb69bc6efb95aee | [log] [tgz] |
---|---|---|
author | Dmitry Vyukov <dvyukov@google.com> | Thu Aug 16 19:36:45 2012 +0000 |
committer | Dmitry Vyukov <dvyukov@google.com> | Thu Aug 16 19:36:45 2012 +0000 |
tree | 21236daca9b000075eb1297cc06a95bcb1bc98b2 | |
parent | a60c5ad819b958c54cb3d8599925e9d943698477 [diff] [blame] |
tsan: improve Go report format + fix build llvm-svn: 162042
diff --git a/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cc b/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cc index 0546449..4de0c1d 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cc
@@ -238,7 +238,9 @@ } tctx->epoch1 = thr->fast_state.epoch(); +#ifndef TSAN_GO AlloctorThreadFinish(thr); +#endif thr->~ThreadState(); StatAggregate(ctx->stat, thr->stat); tctx->thr = 0;