Skip to content

Commit eb7204c

Browse files
author
Carlos Gálvez
committed
[Support] Request including reproduction instructions in bug report message
Many times people only upload the backtrace without reproduction instructions, making it difficult to work on the issue.
1 parent 13f97f0 commit eb7204c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Support/PrettyStackTrace.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ using namespace llvm;
3939

4040
static const char *BugReportMsg =
4141
"PLEASE submit a bug report to " BUG_REPORT_URL
42-
" and include the crash backtrace.\n";
42+
" and include the crash backtrace and instructions to reproduce the bug.\n";
4343

4444
// If backtrace support is not enabled, compile out support for pretty stack
4545
// traces. This has the secondary effect of not requiring thread local storage

0 commit comments

Comments
 (0)