================
@@ -306,6 +307,18 @@ def fn(**actual_variants):
                 )
             )
         )
+        if macos_sdk_version is None or platform.mac_ver()[0] == "":
+            skip_for_macos_sdk_version = macos_sdk_version is None
----------------
Teemperor wrote:

I think you are right, but tbh the more I looked at that code the more confused 
I was. I just rewrote it to not have some fancy nested comparison.

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

Reply via email to