[compiler-rt] [ASan][Windows] Synchronizing ASAN init on Windows (PR #71833)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 9 13:31:27 PST 2023


================
@@ -71,8 +71,25 @@ static void CheckUnwind() {
 }
 
 // -------------------------- Globals --------------------- {{{1
-int asan_inited;
-bool asan_init_is_running;
+int asan_inited = 0;
----------------
vitalybuka wrote:

static

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


More information about the llvm-commits mailing list