[compiler-rt] Test fixups for MSVC. (PR #109887)

Martin Storsjö via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 25 02:18:38 PDT 2024


================
@@ -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


More information about the llvm-commits mailing list