forked from OSchip/llvm-project
parent
921383828e
commit
c47e7214f1
|
@ -110,7 +110,7 @@ void remove_bad_alloc_error_handler();
|
|||
/// in the unwind chain.
|
||||
///
|
||||
/// If no error handler is installed (default), then a bad_alloc exception
|
||||
/// is thrown if LLVM is compiled with exception support, otherwise an assertion
|
||||
/// is thrown, if LLVM is compiled with exception support, otherwise an assertion
|
||||
/// is called.
|
||||
void report_bad_alloc_error(const char *Reason, bool GenCrashDiag = true);
|
||||
|
||||
|
|
Loading…
Reference in New Issue