[llvm] [test] Skip some tests on Windows only (PR #95205)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 12 01:55:19 PDT 2024
================
@@ -1,4 +1,6 @@
-# REQUIRES: shell
+# This test uses symlinks.
+UNSUPPORTED: system-windows
----------------
jayfoad wrote:
No, since this file is _only_ fed into FileCheck, no `#` is needed either for the comments or for the FileCheck directives. I just copied the style used below.
https://github.com/llvm/llvm-project/pull/95205
More information about the llvm-commits
mailing list