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

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 23 11:34:22 PDT 2022


aaron.ballman added a comment.

In D122335#3403283 <https://reviews.llvm.org/D122335#3403283>, @abrachet wrote:

> In D122335#3403281 <https://reviews.llvm.org/D122335#3403281>, @hubert.reinterpretcast wrote:
>
>> For users on Windows, would this cause extra trouble if they wanted to see what was included?
>
> Is `tar(1)` not available on Windows?

It's available on Windows 10 and later by default, but otherwise .zip is the native archive format on Windows.


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

https://reviews.llvm.org/D122335



More information about the cfe-commits mailing list