We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ff85d commit ab29a11Copy full SHA for ab29a11
src/test/TestMain.cpp
@@ -71,6 +71,7 @@ int test_main(int argc, char const* const* argv)
71
72
llvm::EnablePrettyStackTrace();
73
llvm::sys::PrintStackTraceOnErrorSignal(argv[0]);
74
+ llvm::setBugReportMsg("PLEASE submit a bug report to https://github.com/cppalliance/mrdocs/issues/ and include the crash backtrace.\n");
75
76
testArgs.hideForeignOptions();
77
if(! llvm::cl::ParseCommandLineOptions(
0 commit comments