test commit

llvm-svn: 322844
This commit is contained in:
Klaus Kretzschmar 2018-01-18 12:58:50 +00:00
parent 921383828e
commit c47e7214f1
1 changed files with 1 additions and 1 deletions

View File

@ -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);