[lldb] [llvm] [lldb][windows] use Windows APIs to print to the console (PR #149493)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 30 08:19:35 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);
----------------
Nerixyz wrote:
This should probably be in some `llvm` namespace - not in the global one.
https://github.com/llvm/llvm-project/pull/149493
More information about the llvm-commits
mailing list