Skip to content

Commit 9ff2fb9

Browse files
committed
Windows doesnt support tysan so unsupport in the test
1 parent d9dc8be commit 9ff2fb9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/test/CodeGen/sanitize-type-outlined.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// UNSUPPORTED: target={{.*}}-windows-{{.*}}
2+
13
// RUN: %clang -S -fsanitize=type -emit-llvm -o - -fsanitize=type %s \
24
// RUN: | FileCheck %s --check-prefixes=CHECK-NO-OUTLINE
35
// RUN: %clang -S -fsanitize=type -emit-llvm -o - -fsanitize=type %s \

0 commit comments

Comments
 (0)