dvyukov marked an inline comment as done. ================ Comment at: lib/tsan/rtl/tsan_rtl_thread.cc:140 @@ -138,1 +139,3 @@ thr->~ThreadState(); +#ifndef SANITIZER_GO + DTLS_Destroy(); ---------------- kcc wrote: > Please, can you stop adding #ifdefs? Done http://reviews.llvm.org/D20927