summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/sanitize-type-outlined.cpp
diff options
context:
space:
mode:
authorMatthew Nagy <matthew.nagy@sony.com>2025-11-21 19:15:11 +0000
committerGitHub <noreply@github.com>2025-11-21 19:15:11 +0000
commit76425fd368f68813ed4b26759d9e91cc40a1c1bd (patch)
tree63f669b8497b49bbec5a3977682355b2d91d91f3 /clang/test/CodeGen/sanitize-type-outlined.cpp
parentf8bbb21fb9d25c18cad6e197eb29378f060975aa (diff)
fix tysan test failing on unsupported arches (#169066)
Diffstat (limited to 'clang/test/CodeGen/sanitize-type-outlined.cpp')
-rw-r--r--clang/test/CodeGen/sanitize-type-outlined.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/sanitize-type-outlined.cpp b/clang/test/CodeGen/sanitize-type-outlined.cpp
index 64e0882aa1e1..67e2f49e53d3 100644
--- a/clang/test/CodeGen/sanitize-type-outlined.cpp
+++ b/clang/test/CodeGen/sanitize-type-outlined.cpp
@@ -1,4 +1,4 @@
-// UNSUPPORTED: target={{.*}}-windows-{{.*}}
+// REQUIRES: target=x86_64-linux-gnu
// RUN: %clang -S -fsanitize=type -emit-llvm -o - -fsanitize=type %s \
// RUN: -fno-sanitize-type-outline-instrumentation \