Skip to content

Commit 817efc1

Browse files
committed
Windows doesnt support tysan so unsupport in the test
1 parent 550b90e commit 817efc1

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)