[llvm-commits] Check output stream opened in binary mode instead of text mode on MinGW

Galina Kistanova gkistanova at gmail.com
Thu May 5 11:50:20 PDT 2011


Hi Danil,

Your patch commited. Revision: 130936.

Thanks

Galina



On Wed, May 4, 2011 at 1:05 PM, Danil Malyshev
<dmalyshev at accesssoftek.com> wrote:
> Hello everyone,
>
>
>
> Many LLVM tests relies on standard output stream be in the binary mode.
>
> Which is not always the case (on Windows in particular).
>
>
>
> The proposed patch adds a test to verify that the standard output stream is
> actually in the binary mode.
>
> This will save us a lot of troubleshooting time.
>
>
>
> Please review.
>
>
>
>
>
> Thank you,
>
> Danil
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>



More information about the llvm-commits mailing list