[llvm-branch-commits] [compiler-rt] 5869ea6 - [sanitizer] msan build fix on non linux platforms

Tom Stellard via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Jan 14 21:17:14 PST 2022


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"
 


        


More information about the llvm-branch-commits mailing list