[llvm] [Support] Request including a preprocessed file and run script in bug… (PR #156958)

Jakub Kuderski via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 4 13:04:56 PDT 2025


================
@@ -39,7 +39,8 @@ 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, preprocessed "
+    "source, and associated run script.\n";
----------------
kuhar wrote:

'preprocessed source' seems to be something specific to clang but this error is emitted by all sorts of compilers that do not have a preprocessor

Maybe say something more generic like: 'and reproduction instructions'?

https://github.com/llvm/llvm-project/pull/156958


More information about the llvm-commits mailing list