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

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Tue May 3 09:43:11 PDT 2016


On 3 May 2016 at 12:37, Rui Ueyama <ruiu at google.com> wrote:
> ruiu added a comment.
>
> I noticed one more thing. The test will probably fail on the bot because of it.
>
>
> ================
> Comment at: test/ELF/reproduce.s:8
> @@ -12,2 +7,3 @@
>  # RUN: ld.lld --hash-style=gnu build1/foo.o -o bar -shared --as-needed --reproduce repro
> +# RUN: cpio -id < repro.cpio
>  # RUN: diff build1/foo.o repro/%:t.dir/build1/foo.o
> ----------------
> It may fail to extract files under the temporary directory because it could exceeds 255 characters.

Yes, I just noticed that doing a last test on windows :-(

I am adding a test that just checks that the file is created so that
it can run on windows.

Cheers,
Rafael


More information about the llvm-commits mailing list