[all-commits] [llvm/llvm-project] c76c00: [LLVM][Support] Fixed the compile error caused by ...
Shilei Tian via All-commits
all-commits at lists.llvm.org
Wed Dec 13 17:56:43 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c76c00f8669415a7a9c8de0a51514f362cec75bc
https://github.com/llvm/llvm-project/commit/c76c00f8669415a7a9c8de0a51514f362cec75bc
Author: Shilei Tian <i at tianshilei.me>
Date: 2023-12-13 (Wed, 13 Dec 2023)
Changed paths:
M llvm/lib/Support/raw_ostream.cpp
Log Message:
-----------
[LLVM][Support] Fixed the compile error caused by #73603 (#75418)
This patch fixed the following compile error caused by #73603.
```
llvm/lib/Support/raw_ostream.cpp: In static member function ‘static llvm::Expected<llvm::ListeningSocket> llvm::ListeningSocket::createUnix(llvm::StringRef, int)’:
llvm/lib/Support/raw_ostream.cpp:1040:10: error: could not convert ‘ListenSocket’ from ‘llvm::ListeningSocket’ to ‘llvm::Expected<llvm::ListeningSocket>’
return ListenSocket;
^~~~~~~~~~~~
```
More information about the All-commits
mailing list