[PATCH] D127441: [dsymutil] Automatically generate a reproducer when dsymutil crashes
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 9 14:27:58 PDT 2022
aprantl added inline comments.
================
Comment at: llvm/tools/dsymutil/Reproducer.cpp:54
+ errs() << "********************\n";
+ errs() << "Reproducer written to " << Root << '\n';
+ errs() << "Please include the reproducer and the following invocation in "
----------------
LLVM has a macro that expands to the preferred bugreport URL. Maybe include that?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127441/new/
https://reviews.llvm.org/D127441
More information about the llvm-commits
mailing list