================ @@ -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); ---------------- adrian-prantl wrote:
This is making an internal API that only makes sense on Windows public — would be possible to just use a raw_fd_ostream in lldb::File.cpp 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