Author: David Carlier
Date: 2022-01-14T21:16:50-08:00
New Revision: 5869ea6c6254d848382f22f82b02b698d9c53260

URL: 
https://github.com/llvm/llvm-project/commit/5869ea6c6254d848382f22f82b02b698d9c53260
DIFF: 
https://github.com/llvm/llvm-project/commit/5869ea6c6254d848382f22f82b02b698d9c53260.diff

LOG: [sanitizer] msan build fix on non linux platforms

(cherry picked from commit b4fb42300e39c99ac5bb9d02b304b713fabdec4d)

Added: 
    

Modified: 
    compiler-rt/lib/msan/msan_interceptors.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/msan/msan_interceptors.cpp 
b/compiler-rt/lib/msan/msan_interceptors.cpp
index b4392ddd3474f..dfd1d0c3cd9b3 100644
--- a/compiler-rt/lib/msan/msan_interceptors.cpp
+++ b/compiler-rt/lib/msan/msan_interceptors.cpp
@@ -33,6 +33,7 @@
 #include "sanitizer_common/sanitizer_stackdepot.h"
 #include "sanitizer_common/sanitizer_libc.h"
 #include "sanitizer_common/sanitizer_linux.h"
+#include "sanitizer_common/sanitizer_glibc_version.h"
 #include "sanitizer_common/sanitizer_tls_get_addr.h"
 #include "sanitizer_common/sanitizer_vector.h"
 


        
_______________________________________________
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