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

Danil Malyshev dmalyshev at accesssoftek.com
Mon Nov 29 11:43:41 PST 2010


Hello Dan,

Thanks, I just did so in the second patch.


Thank you,
Danil


-----Original Message-----
From: Dan Gohman [mailto:gohman at apple.com] 
Sent: Monday, November 29, 2010 10:20 PM
To: Danil Malyshev
Cc: llvm-commits at cs.uiuc.edu
Subject: Re: [llvm-commits] Fix output stream opened in text instead of binary mode on MinGW


On Nov 24, 2010, at 9:07 AM, Danil Malyshev wrote:

> Hello everyone,
>  
> Please find attached a patch to review.
>  
> This patch
>  
> 1. Adds support for setw() method to the llvm::raw_ostream.

An alternative to unpopular iostream-style manipulators is
llvm/Support/Format.h.

Dan





More information about the llvm-commits mailing list