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

Dan Gohman gohman at apple.com
Mon Nov 29 11:20:14 PST 2010


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