[compiler-rt] [ASan] Mark recent integration tests as accordingly for MSVC (PR #135889)
David Justo via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 21 10:26:27 PDT 2025
================
@@ -1,5 +1,6 @@
// RUN: %clangxx_asan -O0 %s -o %t && %env_asan_opts=detect_stack_use_after_return=1 not %run %t 2>&1 | FileCheck %s
// RUN: %clangxx_asan -O0 %s -o %t -fsanitize-address-use-after-return=always && not %run %t 2>&1 | FileCheck %s
+// UNSUPPORTED: MSVC
----------------
davidmrdavid wrote:
nit: here msvc is capitalized (i.e. "MSVC") but in your other file it's not (i.e. "msvc").
It seems the codebase mostly uses the latter form. I recommend using the latter form in both files
https://github.com/llvm/llvm-project/pull/135889
More information about the llvm-commits
mailing list