[llvm] 2a413b6 - [Support] Request including reproduction instructions in bug report message (#156958)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 6 03:44:13 PDT 2025
Author: Carlos Galvez
Date: 2025-09-06T12:44:10+02:00
New Revision: 2a413b6c99cc0dd8eb131472bf01f957163d9e37
URL: https://github.com/llvm/llvm-project/commit/2a413b6c99cc0dd8eb131472bf01f957163d9e37
DIFF: https://github.com/llvm/llvm-project/commit/2a413b6c99cc0dd8eb131472bf01f957163d9e37.diff
LOG: [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 at zenseact.com>
Added:
Modified:
llvm/lib/Support/PrettyStackTrace.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Support/PrettyStackTrace.cpp b/llvm/lib/Support/PrettyStackTrace.cpp
index 26e22161b605b..82b0e6ac513e1 100644
--- a/llvm/lib/Support/PrettyStackTrace.cpp
+++ b/llvm/lib/Support/PrettyStackTrace.cpp
@@ -39,7 +39,7 @@ using namespace llvm;
static const char *BugReportMsg =
"PLEASE submit a bug report to " BUG_REPORT_URL
- " and include the crash backtrace.\n";
+ " and include the crash backtrace and instructions to reproduce the bug.\n";
// If backtrace support is not enabled, compile out support for pretty stack
// traces. This has the secondary effect of not requiring thread local storage
More information about the llvm-commits
mailing list