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

Alex Brachet via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 23 14:50:11 PDT 2022


abrachet added a comment.

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

> Yup, I'm okay with that compiler engineer requirement; I think our existing requirements on Windows already pull in a useful `tar` program even though it doesn't seem like we have any tests relying on it being installed yet.

There are actually a couple tests in lld that use `tar` https://github.com/llvm/llvm-project/blob/main/lld/test/ELF/reproduce-backslash.s#L8

Looks like there are some test failures on Windows my guess is their `tar` doesn't support the `--wildcards` flag. I'd rather not make these `UNSUPORTED: windows`, but am unsure how to move forward otherwise.


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

https://reviews.llvm.org/D122335



More information about the cfe-commits mailing list