[PATCH] D15553: PR25717: fatal IO error writing large outputs to console on Windows
Paul Robinson via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 15 18:26:24 PST 2015
probinson added a subscriber: probinson.
================
Comment at: lib/Support/raw_ostream.cpp:573
@@ +572,3 @@
+#else
+ // PR25717: writing a large size of output to Windows console returns ENOMEM.
+ // Seems that WriteFile() is redirecting to WriteConsole() prior to Windows 8,
----------------
I think we don't normally cite PR numbers in source. Instead you can cite it in the commit message, and then a 'blame' will lead someone to the PR if they are that interested.
http://reviews.llvm.org/D15553
More information about the llvm-commits
mailing list