[PATCH] Enable Asan on Windows

Timur Iskhodzhanov timurrrr at google.com
Thu Sep 18 04:32:46 PDT 2014


> if it's always available in MSVC and should be added only there, use
>   append_if(MSVC -Zl ASAN_THUNK_CFLAGS)

It is available since VS2003 at least, so we can consider it as always.
Can you please use ASAN_DYNAMIC_RUNTIME_THUNK _CFLAGS?

http://reviews.llvm.org/D5367






More information about the llvm-commits mailing list