[clang] [compiler-rt] [llvm] [tsan] Introduce Adaptive Delay Scheduling to TSAN (PR #178836)
Dmitry Vyukov via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 15 23:53:56 PST 2026
================
@@ -176,6 +176,8 @@ Changes to BOLT
Changes to Sanitizers
---------------------
+* Add a random delay into ThreadSanitizer to help find rare thread interleavings.
----------------
dvyukov wrote:
> This repository has been archived and is no longer actively maintained.
Yes, then, it is probably the answer.
> if you're OK with it, perhaps let's add the documentation into the rst for this change,
sounds good to me
https://github.com/llvm/llvm-project/pull/178836
More information about the llvm-commits
mailing list