Skip to content

Commit 5869ea6

Browse files
devnexentstellar
authored andcommitted
[sanitizer] msan build fix on non linux platforms
(cherry picked from commit b4fb423)
1 parent b9a243d commit 5869ea6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/lib/msan/msan_interceptors.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
#include "sanitizer_common/sanitizer_stackdepot.h"
3434
#include "sanitizer_common/sanitizer_libc.h"
3535
#include "sanitizer_common/sanitizer_linux.h"
36+
#include "sanitizer_common/sanitizer_glibc_version.h"
3637
#include "sanitizer_common/sanitizer_tls_get_addr.h"
3738
#include "sanitizer_common/sanitizer_vector.h"
3839

0 commit comments

Comments
 (0)