Owen Reynolds via llvm-dev
2020-Jan-24 15:29 UTC
[llvm-dev] [RFC] Tools emit the bug report URL on crash
Hi all, 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." Sony ships a number of llvm tools and would like a similar message to appear when they crash. Is this something others would be interested in? Please let me know if you have an opinion on this, Owen -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200124/0895e0b6/attachment.html>
Owen Reynolds via llvm-dev
2020-Feb-21 12:19 UTC
[llvm-dev] Fwd: [RFC] Tools emit the bug report URL on crash
Hi all, I went ahead and implemented this: https://reviews.llvm.org/D74324 Any reviews or comments would be appreciated. Thanks, Owen ---------- Forwarded message --------- From: Owen Reynolds <gbreynoo at gmail.com> Date: Fri, Jan 24, 2020 at 3:29 PM Subject: [llvm-dev] [RFC] Tools emit the bug report URL on crash To: llvm-dev <llvm-dev at lists.llvm.org> Hi all, 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." Sony ships a number of llvm tools and would like a similar message to appear when they crash. Is this something others would be interested in? Please let me know if you have an opinion on this, Owen -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200221/a6bbf3d6/attachment.html>