Commits
Chris Lattner committed 204b416229d
raw_fd_ostream doesn't set the "has_error" bit in its ctor if it failed to open the file, it returns the error through the string reference error argument. This is half of fixing rdar://11388418. The other half is on the llvm side. Swift SVN r1761