[clang] 76425fd - fix tysan test failing on unsupported arches (#169066)

via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 21 11:15:16 PST 2025


Author: Matthew Nagy
Date: 2025-11-21T19:15:11Z
New Revision: 76425fd368f68813ed4b26759d9e91cc40a1c1bd

URL: https://github.com/llvm/llvm-project/commit/76425fd368f68813ed4b26759d9e91cc40a1c1bd
DIFF: https://github.com/llvm/llvm-project/commit/76425fd368f68813ed4b26759d9e91cc40a1c1bd.diff

LOG: fix tysan test failing on unsupported arches (#169066)

Added: 
    

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

Removed: 
    


################################################################################
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