[llvm-commits] [Review request] raw_ostream: [PR6745] Implement our floating point formatter.
Chris Lattner
clattner at apple.com
Thu Mar 17 23:10:41 PDT 2011
On Mar 17, 2011, at 1:15 AM, NAKAMURA Takumi wrote:
> For now, it is dedicated to Win32.
> ---
> lib/Support/raw_ostream.cpp | 32 ++++++++++++++++++++++++++++++++
> utils/lit/lit/TestingConfig.py | 1 -
> 2 files changed, 32 insertions(+), 1 deletions(-)
> ---
> I have not tested on msvc yet.
> Could anyone check this?
It's gross :), but seems ok to me if it works for win32. Thanks for fixing this!
-Chris
More information about the llvm-commits
mailing list