Skip to content

Commit 512e8fb

Browse files
gbMattNaadeshps-mcw
authored andcommitted
fix tysan test failing on unsupported arches (llvm#169066)
1 parent 4d7ad9a commit 512e8fb

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)