[compiler-rt] [compiler-rt][windows] Test fixups for MSVC. (PR #109887)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 8 14:29:57 PDT 2024
================
@@ -2,6 +2,7 @@
// RUN: %clangxx_asan -O3 -mllvm -asan-instrument-dynamic-allocas %s -o %t
// RUN: %run %t 2>&1
//
+// UNSUPPORTED: MSVC
----------------
vitalybuka wrote:
It would be nice to comment each XFAIL and UNSUPPORTED with a reason.
https://github.com/llvm/llvm-project/pull/109887
More information about the llvm-commits
mailing list