[all-commits] [llvm/llvm-project] a94503: Tools emit the bug report URL on crash
gbreynoo via All-commits
all-commits at lists.llvm.org
Thu Mar 26 03:29:00 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a945037e8fd0c30e250a62211469eea6765a36ae
https://github.com/llvm/llvm-project/commit/a945037e8fd0c30e250a62211469eea6765a36ae
Author: gbreynoo <Owen.Reynolds at sony.com>
Date: 2020-03-26 (Thu, 26 Mar 2020)
Changed paths:
M clang/lib/Driver/Driver.cpp
M clang/tools/driver/driver.cpp
M llvm/include/llvm/Support/PrettyStackTrace.h
M llvm/lib/Support/PrettyStackTrace.cpp
Log Message:
-----------
Tools emit the bug report URL on crash
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 is now output for all tools.
Differential Revision: https://reviews.llvm.org/D74324
More information about the All-commits
mailing list