diff options
-rw-r--r-- | llvm/test/ThinLTO/X86/cache.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ThinLTO/X86/cache.ll b/llvm/test/ThinLTO/X86/cache.ll index 72421a00585..c7ae078edc5 100644 --- a/llvm/test/ThinLTO/X86/cache.ll +++ b/llvm/test/ThinLTO/X86/cache.ll @@ -1,5 +1,5 @@ ; Windows is not producing anything in the cache apparently, TBD -; XFAIL: win32 +; REQUIRES: shell ; RUN: opt -module-summary %s -o %t.bc ; RUN: opt -module-summary %p/Inputs/funcimport.ll -o %t2.bc |