[clang] fix tysan test failing on unsupported arches (PR #169066)

Matthew Nagy via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 21 09:08:52 PST 2025


https://github.com/gbMattN created https://github.com/llvm/llvm-project/pull/169066

None

>From 5bc681d0ae717e117deba0b43a30ebecb56c25ca Mon Sep 17 00:00:00 2001
From: gbMattN <matthew.nagy at sony.com>
Date: Fri, 21 Nov 2025 17:08:22 +0000
Subject: [PATCH] fix tysan test failing on unsupported arches

---
 clang/test/CodeGen/sanitize-type-outlined.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clang/test/CodeGen/sanitize-type-outlined.cpp b/clang/test/CodeGen/sanitize-type-outlined.cpp
index 64e0882aa1e1a..67e2f49e53d34 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 \



More information about the cfe-commits mailing list