================ @@ -113,6 +130,10 @@ def _get_platform_os(p): platform = "openbsd" return platform + # Triple is not available if we're not connected yet + if p.GetName() == "remote-linux": + return "linux" + ---------------- labath wrote:
Can you explain why was this necessary? I get the connected part, but who was asking for the platform before connecting? https://github.com/llvm/llvm-project/pull/96654 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits