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 13f97f0 commit eb7204cCopy full SHA for eb7204c
llvm/lib/Support/PrettyStackTrace.cpp
@@ -39,7 +39,7 @@ using namespace llvm;
39
40
static const char *BugReportMsg =
41
"PLEASE submit a bug report to " BUG_REPORT_URL
42
- " and include the crash backtrace.\n";
+ " and include the crash backtrace and instructions to reproduce the bug.\n";
43
44
// If backtrace support is not enabled, compile out support for pretty stack
45
// traces. This has the secondary effect of not requiring thread local storage
0 commit comments