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

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue May 3 09:37:17 PDT 2016


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.


http://reviews.llvm.org/D19872





More information about the llvm-commits mailing list