Commits

Dmitri Hrybenko committed 73aa8169350
Track upstream change in raw_fd_ostream API The default (F_None) used to mean F_Text, now it is F_Binary, which is arguably a better default. It only matters on Windows anyway, so just use F_None (to mean binary mode) everywhere to allow Swift to be compled with older LLVM as well as current ToT. Swift SVN r14312