================ @@ -12,7 +16,11 @@ int main(int argc, char **argv) { throw 1; } catch (...) { // Make asan generate call to __asan_memcpy inside the EH pad. +#if _MSC_VER && !defined(__clang__) ---------------- mstorsjo wrote: Ditto https://github.com/llvm/llvm-project/pull/109887