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
[sanitizer][asan][msvc] Teach GetInstructionSize about many instructions that appear in MSVC generated code.
MSVC can sometimes generates instructions in function prefixes that asan previously didn't know the size of, this teaches asan those sizes. This isn't hilariously useful for using ASAN with non-msvc compilers, but it does stand alone.
Differential Revision: https://reviews.llvm.org/D151008
0 commit comments