summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2016-05-14 12:47:40 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2016-05-14 12:47:40 +0000
commitc50a2a93aeb7876a8275a17ddc3168093f955046 (patch)
treebb88f78d00ff6116645f1d4ae744782176152f9b /llvm/test
parente160f83f7168f6acd5f8af3a9410c56f29861cc6 (diff)
downloadbcm5719-llvm-c50a2a93aeb7876a8275a17ddc3168093f955046.tar.gz
bcm5719-llvm-c50a2a93aeb7876a8275a17ddc3168093f955046.zip
Rework r269548, "XFAIL ThinLTO Caching test on Windows.", not to use XFAIL, for now.
It was passing (and is XPASSing) with --host=linux --target=win32. llvm-svn: 269561
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/ThinLTO/X86/cache.ll2
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
OpenPOWER on IntegriCloud