[PATCH] D127441: [dsymutil] Automatically generate a reproducer when dsymutil crashes

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 9 14:02:38 PDT 2022


JDevlieghere created this revision.
JDevlieghere added reviewers: aprantl, arphaman.
Herald added a project: All.
JDevlieghere requested review of this revision.
Herald added a project: LLVM.

Automatically generate a reproducer when dsymutil crashes. We already support generating reproducers with the `--gen-reproducer` flag, but this automates the generation on a crash.


https://reviews.llvm.org/D127441

Files:
  llvm/tools/dsymutil/Reproducer.cpp
  llvm/tools/dsymutil/Reproducer.h
  llvm/tools/dsymutil/dsymutil.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127441.435674.patch
Type: text/x-patch
Size: 11786 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220609/c915382e/attachment.bin>


More information about the llvm-commits mailing list