[PATCH] D74324: Tools emit the bug report URL on crash

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 11 13:35:21 PDT 2020


probinson added inline comments.


================
Comment at: clang/lib/Driver/Driver.cpp:1272
-         "crash backtrace, preprocessed source, and associated run script.";
-
   // Suppress driver output and emit preprocessor output to temp file.
----------------
No, for clang crashes we want the message to say all these things. The driver makes an effort to produce preprocessed source and a run script; it's hard to diagnose a crash without them.


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

https://reviews.llvm.org/D74324





More information about the llvm-commits mailing list