[PATCH] D19872: Produce cpio files for --reproduce

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Tue May 3 08:33:55 PDT 2016


rafael added a comment.

Ah, another interesting format would be uncompressed .zip.

It is somewhat similar to cpio in structure, but instead of just a terminator it has a more complicated summary in the end, which makes the file less useful if we crash before finishing it.

In any case, converting to zip would reuse the general structure in this file, so we should probably do this first.


http://reviews.llvm.org/D19872





More information about the llvm-commits mailing list