[compiler-rt] [asan] Add experimental 'track_poison' flag (PR #133175)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 26 16:04:46 PDT 2025


================
@@ -10,15 +10,64 @@
 //
 // Shadow memory poisoning by ASan RTL and by user application.
 //===----------------------------------------------------------------------===//
+#ifndef ASAN_POISONING_H
----------------
vitalybuka wrote:

please land this fix in a separate patch

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


More information about the llvm-commits mailing list