Index: lib/esan/esan_interceptors.cpp =================================================================== --- lib/esan/esan_interceptors.cpp +++ lib/esan/esan_interceptors.cpp @@ -172,6 +172,9 @@ #define COMMON_INTERCEPTOR_USER_CALLBACK_END() \ do { \ } while (false) +#define COMMON_INTERCEPT_FUNCTION_MEMCPY() \ + do { \ + } while (false) #include "sanitizer_common/sanitizer_common_interceptors.inc" Index: lib/tsan/rtl/tsan_interceptors.cc =================================================================== --- lib/tsan/rtl/tsan_interceptors.cc +++ lib/tsan/rtl/tsan_interceptors.cc @@ -2292,6 +2292,10 @@ #define COMMON_INTERCEPTOR_USER_CALLBACK_END() \ SCOPED_TSAN_INTERCEPTOR_USER_CALLBACK_END() +#define COMMON_INTERCEPT_FUNCTION_MEMCPY() \ + do { \ + } while (false) + #include "sanitizer_common/sanitizer_common_interceptors.inc" #define TSAN_SYSCALL() \