[tsan] Enable tsan's deadlock detector by default.
authorKostya Serebryany <kcc@google.com>
Tue, 8 Jul 2014 13:40:08 +0000 (13:40 +0000)
committerKostya Serebryany <kcc@google.com>
Tue, 8 Jul 2014 13:40:08 +0000 (13:40 +0000)
commit6136aae3233b1fb59c7256524daf985d7ca97ca0
tree3dfc6d83750087ea14c9f02d4fe1335caae2af8f
parentedbb54d60c98cd5d99d90ad614642c80664bd9e0
[tsan] Enable tsan's deadlock detector by default.

The tsan's deadlock detector has been used in Chromium for a while;
it found a few real bugs and reported no false positives.
So, it's time to give it a bit more exposure.

llvm-svn: 212533
compiler-rt/lib/tsan/rtl/tsan_flags.cc
compiler-rt/test/tsan/mutex_cycle2.c