[Lldb-commits] [PATCH] D19136: Don't disable stdin and stdout buffering on Windows
Adrian McCarthy via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 14 16:25:37 PDT 2016
amccarth added a comment.
In http://reviews.llvm.org/D19136#401888, @zturner wrote:
> I think you can probably leave buffering turned off for stdout and only do this change for stdin unless we find some other bug. AFAIK the problem is confined to stdin. I'd probably leave a comment in `Driver::MainLoop()` about why you're not disabling buffering on Windows though.
Done. Re-running tests on Windows and will submit when they're done.
http://reviews.llvm.org/D19136
More information about the lldb-commits
mailing list