mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
[asan] Fix windows build.
llvm-svn: 306493
This commit is contained in:
@@ -711,7 +711,6 @@ void InitializeAsanInterceptors() {
|
||||
// Intercept str* functions.
|
||||
ASAN_INTERCEPT_FUNC(strcat); // NOLINT
|
||||
ASAN_INTERCEPT_FUNC(strcpy); // NOLINT
|
||||
ASAN_INTERCEPT_FUNC(wcslen);
|
||||
ASAN_INTERCEPT_FUNC(strncat);
|
||||
ASAN_INTERCEPT_FUNC(strncpy);
|
||||
ASAN_INTERCEPT_FUNC(strdup);
|
||||
|
||||
Reference in New Issue
Block a user