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

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 2 08:42:02 PST 2020


jhenderson added a comment.

As this code is currently untested already, and testing it would require exploiting an existing crash (there should be none - any crashes that currently occur should be fixed), or deliberately introducing one, I think it is sufficient if you test it manually. As such, please post an example of the output you would get for a crash from LLD or another tool such as llvm-readobj. Finally, can clang be changed to make use of the same code? It seems silly to repeat the exact same string in the LLVM code base in two different places.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74324





More information about the llvm-commits mailing list