Diagnostics: remove dodgy handler for bitcode inlineasm diagnostics.
authorTim Northover <tnorthover@apple.com>
Thu, 31 Mar 2016 19:19:24 +0000 (19:19 +0000)
committerTim Northover <tnorthover@apple.com>
Thu, 31 Mar 2016 19:19:24 +0000 (19:19 +0000)
commit8c824a07ae9196846fbc34cbb4be2f6cfa48516a
tree6c9856d7d722d9b485bf6a358b0bc873792b88aa
parent3da993c4192c64334bf667d53b74378b369973b3
Diagnostics: remove dodgy handler for bitcode inlineasm diagnostics.

Whatever crash it was there to present appears to have been fixed in the
backend now, and it had the nasty side-effect of causing clang to exit(0) and
leave a .o containing goodness knows what even when an error hit.

llvm-svn: 265038
clang/lib/CodeGen/CodeGenAction.cpp
clang/test/CodeGen/asm-errors.c