This patch is activating the build of Asan on Windows 64-bits.
It's fixing compilation errors. The runtime is not yet working.
Missing features:
- OverrideFunction for x64
- an equiv function for inline asm (atomic_compare_exchange_strong)
- shadow memory offset needs to be adjusted
- RoundUpToInstrBoundary for x64
They will be implemented by subsequent patches.
I’m not getting this change. I read it like 20 times now, but it still seems it’s disabling ASan tests everywhere, *except* for Win64.