mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-03 09:14:30 +00:00
Mention that llvm_report_error() does not return.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75428 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
02e7313bf9
commit
3b30a2bdca
@ -42,6 +42,8 @@ namespace llvm {
|
||||
/// Reports a serious error, calling any installed error handler.
|
||||
/// If no error handler is installed the default is to print the message to
|
||||
/// standard error, followed by a newline.
|
||||
/// After the error handler is called this function will call exit(1), it
|
||||
/// does not return.
|
||||
void llvm_report_error(const std::string &reason) NORETURN;
|
||||
|
||||
/// This function calls abort(), and prints the optional message to stderr.
|
||||
|
Loading…
x
Reference in New Issue
Block a user