]> granicus.if.org Git - clang/commit
If we're unable to create the TargetMachine, then just quit producing the
authorChad Rosier <mcrosier@apple.com>
Wed, 27 Mar 2013 00:14:35 +0000 (00:14 +0000)
committerChad Rosier <mcrosier@apple.com>
Wed, 27 Mar 2013 00:14:35 +0000 (00:14 +0000)
commita03fc6e249e1662f879467f66c49a3c866850773
tree978827e783933d6172e4a642cdbe3489380856cf
parent5035c483b7fcbf0fa2a7afba24fa35a10995d195
If we're unable to create the TargetMachine, then just quit producing the
backend output; there's no need to report a fatal error.  This reverts r178042.
Part of rdar://13295753 and rdar://13401547

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178102 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticFrontendKinds.td
lib/CodeGen/BackendUtil.cpp