diff options
-rw-r--r-- | compiler-rt/lib/sanitizer_common/sanitizer_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_common.h b/compiler-rt/lib/sanitizer_common/sanitizer_common.h index b924de6cb37..19c968e2fde 100644 --- a/compiler-rt/lib/sanitizer_common/sanitizer_common.h +++ b/compiler-rt/lib/sanitizer_common/sanitizer_common.h @@ -804,7 +804,7 @@ enum AndroidApiLevel { void WriteToSyslog(const char *buffer); -#if defined(SANITIZER_WINDOWS) && defined(_MSC_VER) +#if defined(SANITIZER_WINDOWS) && defined(_MSC_VER) && !defined(__clang__) #define SANITIZER_WIN_TRACE 1 #else #define SANITIZER_WIN_TRACE 0 |