Skip to content

Commit

Permalink
[sanitizer] msan build fix on non linux platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen committed Nov 1, 2021
1 parent 476e1ee commit b4fb423
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler-rt/lib/msan/msan_interceptors.cpp
Expand Up @@ -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"

Expand Down

0 comments on commit b4fb423

Please sign in to comment.