We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b9ef9 commit 0e9b468Copy full SHA for 0e9b468
llvm/include/llvm/Support/ErrorHandling.h
@@ -81,7 +81,8 @@ namespace llvm {
81
82
/// Report a fatal error that does not indicate a bug in LLVM, in contexts
83
/// where a more sophisticated error reporting mechanism (such as Error/Expected
84
-/// or DiagnosticInfo) is not supported.
+/// or DiagnosticInfo) is currently not supported, and would be too involved to
85
+/// introduce at the moment.
86
///
87
/// Examples where this function should be used instead of
88
/// reportFatalInternalError() include invalid inputs or options, but also
0 commit comments