Add a boolean parameter to the llvm::report_fatal_error() function to indicated
authorChad Rosier <mcrosier@apple.com>
Wed, 27 Mar 2013 18:27:54 +0000 (18:27 +0000)
committerChad Rosier <mcrosier@apple.com>
Wed, 27 Mar 2013 18:27:54 +0000 (18:27 +0000)
commitce945578ee190cefee0cdd987c1c287d04b8536a
tree125f7213145464abbe794da2e9abc60632021105
parentd99a29e9847815d628791e246dbdd50c6371c43d
Add a boolean parameter to the llvm::report_fatal_error() function to indicated
if crash diagnostics should be generated.  By default this is enabled.
Part of rdar://13296693

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