[PATCH] D81672: [Driver] When forcing a crash print the bug report message

John Brawn via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 23 06:21:51 PDT 2020


john.brawn marked an inline comment as done.
john.brawn added inline comments.


================
Comment at: llvm/lib/Support/PrettyStackTrace.cpp:36
 
+static const char *BugReportMsg =
+    "PLEASE submit a bug report to " BUG_REPORT_URL
----------------
MaskRay wrote:
> This variable is mutable. Please use `const char BugReportMsg[]`
It needs to be mutable because it is set by llvm::setBugReportMsg.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81672/new/

https://reviews.llvm.org/D81672





More information about the cfe-commits mailing list