llvm-project/compiler-rt/lib/tsan/tests
Dmitry Vyukov adb55d7c32 tsan: remove the stats subsystem
I don't think the stat subsystem was ever used since tsan
development in 2012. But it adds lots of code and this
effectively dead code needs to be updated if the runtime
code changes, which adds maintanance cost for no benefit.
Normal profiler usually gives enough info and that info
is more trustworthy.
Remove the stats subsystem.

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D106276
2021-07-20 07:47:38 +02:00
..
rtl [TSan] Optimize handling of racy address 2020-07-16 16:22:57 +02:00
unit tsan: remove the stats subsystem 2021-07-20 07:47:38 +02:00
CMakeLists.txt tsan: fix build with COMPILER_RT_TSAN_DEBUG_OUTPUT 2021-04-27 22:38:56 +02:00