================
@@ -781,9 +781,35 @@ def skipIfLinux(func):
return skipIfPlatform(["linux"])(func)
-def skipIfWindows(func):
+def skipIfWindows(func=None, major=None, build=None):
----------------
charles-zablit wrote:Should we do this in a follow up patch to keep the diff to a minimum? https://github.com/llvm/llvm-project/pull/168729 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
