[lld] r291526 - Re-enable /linkrepro test on Windows.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 9 17:37:37 PST 2017


Author: ruiu
Date: Mon Jan  9 19:37:37 2017
New Revision: 291526

URL: http://llvm.org/viewvc/llvm-project?rev=291526&view=rev
Log:
Re-enable /linkrepro test on Windows.

I think generated tar files are more compatible with old tar commands
because of r291494 and r291340, so I want to enable this test on buildbots.

Modified:
    lld/trunk/test/COFF/linkrepro.test

Modified: lld/trunk/test/COFF/linkrepro.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/COFF/linkrepro.test?rev=291526&r1=291525&r2=291526&view=diff
==============================================================================
--- lld/trunk/test/COFF/linkrepro.test (original)
+++ lld/trunk/test/COFF/linkrepro.test Mon Jan  9 19:37:37 2017
@@ -1,4 +1,4 @@
-# REQUIRES: x86, shell
+# REQUIRES: x86
 
 # RUN: rm -rf %t.dir
 # RUN: mkdir -p %t.dir/build1 %t.dir/build2 %t.dir/build3




More information about the llvm-commits mailing list