[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:32:33 PDT 2022


JDevlieghere 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 "
----------------
aprantl wrote:
> LLVM has a macro that expands to the preferred bugreport URL. Maybe include that?
We still print that before as part of the stack trace and I don't want to mess with that. 


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

https://reviews.llvm.org/D127441



More information about the llvm-commits mailing list