diff options
Diffstat (limited to 'llvm/lib/Support/PrettyStackTrace.cpp')
| -rw-r--r-- | llvm/lib/Support/PrettyStackTrace.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/PrettyStackTrace.cpp b/llvm/lib/Support/PrettyStackTrace.cpp index 26e22161b605..82b0e6ac513e 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 |
