[clang] [compiler-rt] [llvm] [tsan] Introduce Adaptive Delay Scheduling to TSAN (PR #178836)
Chris Cotter via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 15 20:24:07 PST 2026
================
@@ -176,6 +176,8 @@ Changes to BOLT
Changes to Sanitizers
---------------------
+* Add a random delay into ThreadSanitizer to help find rare thread interleavings.
----------------
ccotter wrote:
I've updated ThreadSanitizer.rst, documenting only the new adaptive feature w/ each flag.
I don't see the Edit option on the wiki. I believe only project collaborators can see it.
That said, the README does indeed clearly state "This repository has been archived and is no longer actively maintained." ... so, if you're OK with it, perhaps let's add the documentation into the rst for this change, and use the issue I created to figure out the path forward (e.g., porting the remaining TSAN_OPTIONS flag docs into llvm-project, or other).
https://github.com/llvm/llvm-project/pull/178836
More information about the cfe-commits
mailing list