[compiler-rt] [ASan] Prevent ASan/LSan deadlock by preloading modules before error reporting (PR #131756)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 11 10:24:07 PDT 2025


================
@@ -0,0 +1,72 @@
+// Test for potential deadlock in LeakSanitizer+AddressSanitizer.
+// REQUIRES: leak-detection
+//
+// RUN: %clangxx_asan -O0 %s -o %t
----------------
vitalybuka wrote:

I assume this test will fail if we remove fix above?

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


More information about the llvm-commits mailing list