[PATCH] D21609: [tsan] Intercept libcxx __release_shared to avoid false positive with weak_ptrs and destructors in C++
Dmitry Vyukov via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 23 09:27:51 PDT 2016
dvyukov added a comment.
I can only think of other ugly solutions.
But first I need to ask: have you considered bundling tsan-instrumented libc++ with clang? It would benefit asan/tsan, and is a requirement for msan.
http://reviews.llvm.org/D21609
More information about the llvm-commits
mailing list