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

Reply via email to