Skip to content
Commit ce3b2c3f authored by Chris Lattner's avatar Chris Lattner
Browse files

Fix the rest of rdar://8318441 which happens when a raw_fd_ostream

(e.g. errs()) fails in close() due to (e.g.) a broken pipe.  As
previously written, the had_error() flag would get set and then
the raw_ostream dtor would report a fatal error.  There is nothing
the client can do about this and we have no way to report the error,
so just eat it.

llvm-svn: 111321
parent 6217082d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment