OSDN Git Service

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)
commit2b7f2190514244cedc6b74aea42c2f9a3ee714a9
treecd9349bbb33531a97e72b6159d6386cb97cc7fb4
parentce945578ee190cefee0cdd987c1c287d04b8536a
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178163 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/raw_ostream.cpp