Skip to content

Commit 0e9b468

Browse files
committed
Further tweak wording
1 parent 88b9ef9 commit 0e9b468

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/include/llvm/Support/ErrorHandling.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ namespace llvm {
8181

8282
/// Report a fatal error that does not indicate a bug in LLVM, in contexts
8383
/// where a more sophisticated error reporting mechanism (such as Error/Expected
84-
/// or DiagnosticInfo) is not supported.
84+
/// or DiagnosticInfo) is currently not supported, and would be too involved to
85+
/// introduce at the moment.
8586
///
8687
/// Examples where this function should be used instead of
8788
/// reportFatalInternalError() include invalid inputs or options, but also

0 commit comments

Comments
 (0)