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


        
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to