[PATCH] D21609: [tsan] Intercept libcxx __release_shared to avoid false positive with weak_ptrs and destructors in C++

Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 26 01:21:00 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL273806: [tsan] Intercept libcxx __release_shared to avoid false positive with… (authored by kuba.brecka).

Changed prior to commit:
  http://reviews.llvm.org/D21609?vs=61771&id=61904#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D21609

Files:
  compiler-rt/trunk/lib/tsan/rtl/tsan_flags.inc
  compiler-rt/trunk/lib/tsan/rtl/tsan_interceptors_mac.cc
  compiler-rt/trunk/test/tsan/Darwin/libcxx-shared-ptr-recursive.mm
  compiler-rt/trunk/test/tsan/Darwin/libcxx-shared-ptr-stress.mm
  compiler-rt/trunk/test/tsan/Darwin/libcxx-shared-ptr.mm

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21609.61904.patch
Type: text/x-patch
Size: 7943 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160626/67d3c9b9/attachment.bin>


More information about the llvm-commits mailing list