================ @@ -853,4 +853,6 @@ raw_ostream &operator<<(raw_ostream &OS, const std::optional<T> &O) { } // end namespace llvm +bool write_console_impl(int FD, llvm::StringRef Data); ---------------- charles-zablit wrote:
Fixed by using an instance of `raw_fd_ostream` instead. https://github.com/llvm/llvm-project/pull/149493 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits