diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-05-14 12:47:40 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-05-14 12:47:40 +0000 |
commit | c50a2a93aeb7876a8275a17ddc3168093f955046 (patch) | |
tree | bb88f78d00ff6116645f1d4ae744782176152f9b | |
parent | e160f83f7168f6acd5f8af3a9410c56f29861cc6 (diff) | |
download | bcm5719-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
-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 |