When Clang crashes a useful message is output:
"PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script."
A similar message could be output for all tools.
I am unfamiliar with this area of LLVM. Any suggestions would be appreciated, particularly regarding the testing of this change.
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.