1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

test commit

llvm-svn: 322844
This commit is contained in:
Klaus Kretzschmar 2018-01-18 12:58:50 +00:00
parent d376a8bad4
commit 5779bce977

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