================
@@ -300,6 +301,25 @@ def getCompilerVersion():
return "unknown"
+def getWindowsVersion():
+ """Returns a string that represents the Windows version.
----------------
DavidSpickett wrote:Agreed. Matching Microsoft's tools will be useful. https://github.com/llvm/llvm-project/pull/172838 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
