> 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