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

Sergei Barannikov via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 21 13:15:31 PST 2025


================
@@ -1,4 +1,4 @@
-// UNSUPPORTED: target={{.*}}-windows-{{.*}}
+// REQUIRES: target=x86_64-linux-gnu
----------------
s-barannikov wrote:

This effectively disables the test because 'target' is not one of the features recognized by clang tests.
You can verify that by running llvm-lit manually.
The triple should be specified in RUN lines instead, no REQUIRES is necessary.


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


More information about the cfe-commits mailing list