[llvm-branch-commits] [compiler-rt] [lsan] Add debug option to "deflake" leaks (PR #112037)
Florian Mayer via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Oct 11 14:05:13 PDT 2024
================
@@ -43,6 +43,8 @@ LSAN_FLAG(bool, use_poisoned, false,
"Consider pointers found in poisoned memory to be valid.")
LSAN_FLAG(bool, log_pointers, false, "Debug logging")
LSAN_FLAG(bool, log_threads, false, "Debug logging")
+LSAN_FLAG(int, retries, 1,
----------------
fmayer wrote:
Isn't this `tries`? Should we use `1 + retries` in teh code to make sure we never not check?
https://github.com/llvm/llvm-project/pull/112037
More information about the llvm-branch-commits
mailing list