[PATCH] D19737: Make --reproduce produce more reproducible logs.

Sean Silva via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 29 16:54:57 PDT 2016


silvas added inline comments.

================
Comment at: test/ELF/reproduce.s:20
@@ -16,2 +19,3 @@
 # RUN: ld.lld ./../../../foo.o -o bar -shared --as-needed --reproduce repro
-# RUN: diff %t.dir/build2/foo.o repro/foo.o
+# RUN: diff %t.dir/build2/foo.o repro/%t.dir/build2/foo.o
+
----------------
When I tried the first version of your patch this was failing on windows for the same reason as the original reproduce patch did (lit expands a path `foo/C:/...`). Can we avoid the problem?


http://reviews.llvm.org/D19737





More information about the llvm-commits mailing list