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

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 23 11:57:08 PDT 2022


erichkeane added a comment.

In D122335#3403305 <https://reviews.llvm.org/D122335#3403305>, @aaron.ballman wrote:

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

We DO support older versions of Windows (Windows Server 2003 is still quite popular!), so presumably this requirement wouldn't be particularly acceptable.


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

https://reviews.llvm.org/D122335



More information about the cfe-commits mailing list