================ @@ -87,8 +87,8 @@ llvm::Error Socket::Initialize() { if (err == 0) { if (wsaData.wVersion < wVersion) { WSACleanup(); - return llvm::make_error<llvm::StringError>( - "WSASock version is not expected.", llvm::inconvertibleErrorCode()); + return llvm::createStringError("WSASock version is not expected.", + llvm::inconvertibleErrorCode()); ---------------- adrian-prantl wrote:
Yes, that's an oversight. I also didn't try to exhaustively convert everything, just give a sample of the kinds of expected improvements. https://github.com/llvm/llvm-project/pull/93209 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits