================ @@ -17,6 +17,10 @@ def: Flag<["-"], "v">, Alias<version>, HelpText<"Alias for --version">; +def check_python : F<"check-python">, + HelpText<"Prints the path to the resolved Python DLL. 0 if " + "Python was not resolved (windows only).">; ---------------- DavidSpickett wrote:
Sounds good to me. https://github.com/llvm/llvm-project/pull/180784 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
