X86: Mark non-crashing report_fatal_errors() as such.
authorJim Grosbach <grosbach@apple.com>
Tue, 3 Sep 2013 23:02:00 +0000 (23:02 +0000)
committerJim Grosbach <grosbach@apple.com>
Tue, 3 Sep 2013 23:02:00 +0000 (23:02 +0000)
commit36b00f394fb03bd276d9343592bd718ddf4be789
tree410d7474d64e36359746dfc129ffbae4d8a856ba
parentbe0857051fee0a782e0a2d249b37db166cd28e1c
X86: Mark non-crashing report_fatal_errors() as such.

Previously, the clang crash handling code would kick in and give a crash
report for these, even though they're not that sort of error.

rdar://14882264

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189878 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp