This revision was automatically updated to reflect the committed changes.
Closed by commit rL291868: [tsan] Do not report errors in
__destroy_helper_block_ (authored by zaks).
Changed prior to commit:
https://reviews.llvm.org/D28387?vs=83328&id=84196#toc
Repository:
rL LLVM
https://reviews.
zaks.anna created this revision.
zaks.anna added a reviewer: kubabrecka.
zaks.anna added a subscriber: cfe-commits.
There is a synchronization point between the reference count of a block
dropping to zero and it's destruction, which TSan does not observe. Do not
report errors in the compiler-emi