[clang] [clang][docs] Document ThreadSanitizer run-time flags and suppressions (PR #205761)

Dmitry Vyukov via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 25 03:00:22 PDT 2026


================
@@ -327,6 +356,105 @@ Increase sampling frequency for mutex operations:
 
   $ TSAN_OPTIONS=enable_adaptive_delay=1:adaptive_delay_mutex_sample_rate=5 ./myapp
 
-More Information
-----------------
-`<https://github.com/google/sanitizers/wiki/ThreadSanitizerCppManual>`_
+Run-time Flags
----------------
dvyukov wrote:

I think this should go before `Adaptive Delay`, which already uses runtime flags (and looks less generic than this section).

https://github.com/llvm/llvm-project/pull/205761


More information about the cfe-commits mailing list