================
@@ -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:

I opened a follow up PR: https://github.com/llvm/llvm-project/pull/172838

https://github.com/llvm/llvm-project/pull/168729
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to