Skip to content

Commit 2a413b6

Browse files
carlosgalvezpCarlos Gálvez
andauthored
[Support] Request including reproduction instructions in bug report message (#156958)
Many times people only upload the backtrace without reproduction, making it difficult to work on the issue. Co-authored-by: Carlos Gálvez <carlos.galvez@zenseact.com>
1 parent c0269c4 commit 2a413b6

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)