Don't try to generate crash diagnostics if we had an I/O failure. It's very
authorChad Rosier <mcrosier@apple.com>
Wed, 27 Mar 2013 18:30:00 +0000 (18:30 +0000)
committerChad Rosier <mcrosier@apple.com>
Wed, 27 Mar 2013 18:30:00 +0000 (18:30 +0000)
commit7ce810cb843ec9634ec6d874f0d398c1dbb85607
treeca5171e306e56b2102da730b27f42601d209d3be
parent05c71aa745319e919b06ecced1f71d0143c3e30b
Don't try to generate crash diagnostics if we had an I/O failure.  It's very
likely the crash diagnostics generation will fail as well.
Part of rdar://13296693

llvm-svn: 178163
llvm/lib/Support/raw_ostream.cpp