[lldb] [llvm] [lldb][windows] use Windows APIs to print to the console (PR #149493)

Charles Zablit via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 31 07:56:20 PDT 2025


================
@@ -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


More information about the llvm-commits mailing list