Chris Lattner 93d81b697c 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.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111321 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-17 23:11:56 +00:00
..
2010-07-14 22:38:02 +00:00
2010-07-14 22:38:02 +00:00
2010-04-15 17:08:50 +00:00
2010-04-18 03:35:23 +00:00
2010-08-08 00:00:34 +00:00
2010-07-14 22:38:02 +00:00
2010-08-17 17:37:22 +00:00