Skip to content

Commit 5bc681d

Browse files
committed
fix tysan test failing on unsupported arches
1 parent 8be4641 commit 5bc681d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: target={{.*}}-windows-{{.*}}
1+
// REQUIRES: target=x86_64-linux-gnu
22

33
// RUN: %clang -S -fsanitize=type -emit-llvm -o - -fsanitize=type %s \
44
// RUN: -fno-sanitize-type-outline-instrumentation \

0 commit comments

Comments
 (0)