================ @@ -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:
Just as I clicked submit I saw that it prints the error to stderr before exiting. Still, is there a reason to print something other than the error string on failure? https://github.com/llvm/llvm-project/pull/180784 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
