[llvm] r269567 - Re-enable llvm/test/ThinLTO/X86/cache.ll.

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Sat May 14 07:28:17 PDT 2016


Author: chapuni
Date: Sat May 14 09:28:17 2016
New Revision: 269567

URL: http://llvm.org/viewvc/llvm-project?rev=269567&view=rev
Log:
Re-enable llvm/test/ThinLTO/X86/cache.ll.

This reverts;
  r269548, "XFAIL ThinLTO Caching test on Windows."
  r269561, "Rework r269548, "XFAIL ThinLTO Caching test on Windows.", not to use XFAIL, for now."

Modified:
    llvm/trunk/test/ThinLTO/X86/cache.ll

Modified: llvm/trunk/test/ThinLTO/X86/cache.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ThinLTO/X86/cache.ll?rev=269567&r1=269566&r2=269567&view=diff
==============================================================================
--- llvm/trunk/test/ThinLTO/X86/cache.ll (original)
+++ llvm/trunk/test/ThinLTO/X86/cache.ll Sat May 14 09:28:17 2016
@@ -1,6 +1,3 @@
-; Windows is not producing anything in the cache apparently, TBD
-; REQUIRES: shell
-
 ; RUN: opt -module-summary %s -o %t.bc
 ; RUN: opt -module-summary %p/Inputs/funcimport.ll -o %t2.bc
 




More information about the llvm-commits mailing list