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

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 24 05:13:46 PDT 2022


aaron.ballman added a comment.

In D122335#3404754 <https://reviews.llvm.org/D122335#3404754>, @arichardson wrote:

> 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.

I think the idea of a cmake option makes a lot of sense. It may even be worth disabling the feature by default when configuring a debug build under the assumption those are primarily for compiler developers.


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

https://reviews.llvm.org/D122335



More information about the cfe-commits mailing list