You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All MSVC ASAN instrumented objs are built with /fsanitize=address.
Additionally, ASAN instrumented binaries are linked to one of these 4 binaries (for x86 or x64 and debug or retail):
clang_rt.asan_dbg_dynamic-x86_64.dll
clang_rt.asan_dynamic-x86_64.dll
clang_rt.asan_dbg_dynamic-i386.dll
clang_rt.asan_dynamic-i386.dll
The text was updated successfully, but these errors were encountered:
All MSVC ASAN instrumented objs are built with
/fsanitize=address
.Additionally, ASAN instrumented binaries are linked to one of these 4 binaries (for x86 or x64 and debug or retail):
The text was updated successfully, but these errors were encountered: