diff options
| author | Matthew Nagy <matthew.nagy@sony.com> | 2025-11-21 19:15:11 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-21 19:15:11 +0000 |
| commit | 76425fd368f68813ed4b26759d9e91cc40a1c1bd (patch) | |
| tree | 63f669b8497b49bbec5a3977682355b2d91d91f3 /clang | |
| parent | f8bbb21fb9d25c18cad6e197eb29378f060975aa (diff) | |
fix tysan test failing on unsupported arches (#169066)
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/test/CodeGen/sanitize-type-outlined.cpp | 2 |
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 \ |
