Print an error at the location of field RecVal and then exit the process.
Declared in <llvm/TableGen/Error.h>
[[noreturn]]
void
PrintFatalError(
RecordVal const* RecVal,
Twine const& Msg);
This function does not return.
| Name | Description |
|---|---|
| RecVal | Record field whose source location is used for the error. |
| Msg | Error text to print before exiting. |