Version N of the llvm_unreachable patch: VC++ doesn't recognize that abort()
authorJohn McCall <rjmccall@apple.com>
Mon, 14 Mar 2011 22:41:50 +0000 (22:41 +0000)
committerJohn McCall <rjmccall@apple.com>
Mon, 14 Mar 2011 22:41:50 +0000 (22:41 +0000)
commitb121bfcc22660b1bdfb1183b191b6516988bcaf5
tree7271b66182bd26528c3ea4a258986b4ed011f23c
parent7d4fc4fb345ee8a1de15c718a854b5f38c1e6e46
Version N of the llvm_unreachable patch:  VC++ doesn't recognize that abort()
doesn't return, so just go back to using the old runtime function instead
of trying to use abort() when __builtin_unreachable (or an equivalent) isn't
supported.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127629 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Compiler.h
include/llvm/Support/ErrorHandling.h