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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 22 10:12:58 PDT 2020


MaskRay added inline comments.


================
Comment at: llvm/lib/Support/PrettyStackTrace.cpp:36
 
+static const char *BugReportMsg =
+    "PLEASE submit a bug report to " BUG_REPORT_URL
----------------
This variable is mutable. Please use `const char BugReportMsg[]`


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

https://reviews.llvm.org/D81672





More information about the llvm-commits mailing list