[PATCH] D122335: [clang] Emit crash reproduction as a single tar file

Alexander Richardson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 24 02:02:35 PDT 2022


arichardson added a comment.

In D122335#3404358 <https://reviews.llvm.org/D122335#3404358>, @jrtc27 wrote:

> As a developer who often deals with crashes locally this is more annoying; currently I can just point tools at the shell script and C file in /tmp and let them go to work reducing, but now I have to also extract the files

+1.

I can see this being helpful for end-users who now just have to provide developers with a single file, but it does make things more awkward for me as a developer. How about an environment variable and/or a CMake option to skip archiving that can be used locally.


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

https://reviews.llvm.org/D122335



More information about the cfe-commits mailing list