Issue 176958
Summary [Support] reportFatalUsageError emits "PLEASE submit a bug report....." when the doxygen comment says it shouldn't
Labels llvm:support
Assignees
Reporter RKSimon
    Noticed while triaging #176675, where I was investigating replacing llvm_unreachable with reportFatalUsageError:
```
LLVM ERROR: Unexpected intrinsic
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug.
Stack dump:
0.      Program arguments: ninja\\bin\\llc fuzz.ll -o -
```
We say that reportFatalUsageError "It will not produce a crash trace and will *not* ask users to report an LLVM bug":
https://github.com/llvm/llvm-project/blob/48c0e9995a8979e0e100872e3740187af294aa5c/llvm/include/llvm/Support/ErrorHandling.h#L81-L97
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to