[llvm-branch-commits] [compiler-rt] 025e4b2 - [asan][Windows] Synchronizing ASAN init on Windows

Zachary Johnson via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Dec 1 13:05:52 PST 2023


Author: Zachary Johnson
Date: 2023-12-01T16:05:42-05:00
New Revision: 025e4b27257ebc94cb11a45e99fad3ec5b10e401

URL: https://github.com/llvm/llvm-project/commit/025e4b27257ebc94cb11a45e99fad3ec5b10e401
DIFF: https://github.com/llvm/llvm-project/commit/025e4b27257ebc94cb11a45e99fad3ec5b10e401.diff

LOG: [asan][Windows] Synchronizing ASAN init on Windows

Created using spr 1.3.4

Added: 
    

Modified: 
    compiler-rt/lib/asan/asan_internal.h

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/asan/asan_internal.h b/compiler-rt/lib/asan/asan_internal.h
index 569f8aedc69a1d0..b19ed92be12fd71 100644
--- a/compiler-rt/lib/asan/asan_internal.h
+++ b/compiler-rt/lib/asan/asan_internal.h
@@ -130,7 +130,7 @@ void InstallAtExitCheckLeaks();
   if (&__asan_on_error) \
   __asan_on_error()
 
-// Unless synchronization is used during initialization, 
+// Unless synchronization is used during initialization,
 // race conditions can appear causing incorrect states or internal check
 // failures, depending on the loading thread and when ASAN is loaded on Windows.
 // From a multithreaded managed environment, if an ASAN instrumented dll


        


More information about the llvm-branch-commits mailing list