[PATCH] D31449: [tsan] Don't report deadlocks when ignore_reads_and_writes > 0

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 29 17:25:34 PDT 2017


kcc added a comment.

I don't like this change -- it is very un-intuitive that reads/writes affects deadlock checker. 
Also remember that deadlock detector does not require instrumentation at all. 
Can we solve it with a blacklist?


Repository:
  rL LLVM

https://reviews.llvm.org/D31449





More information about the llvm-commits mailing list