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 \ _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
