diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-05-14 14:28:17 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-05-14 14:28:17 +0000 |
commit | 2c8500996d45d24f91a80b863d0fcc7dcec5908b (patch) | |
tree | a32fd2934fef8673a3a4992b0d2d689df1c6c2ce /llvm/test/ThinLTO/X86/cache.ll | |
parent | ace59c711ad216c187a6ae03ddd1d193c0fd0be4 (diff) | |
download | bcm5719-llvm-2c8500996d45d24f91a80b863d0fcc7dcec5908b.tar.gz bcm5719-llvm-2c8500996d45d24f91a80b863d0fcc7dcec5908b.zip |
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."
llvm-svn: 269567
Diffstat (limited to 'llvm/test/ThinLTO/X86/cache.ll')
-rw-r--r-- | llvm/test/ThinLTO/X86/cache.ll | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/test/ThinLTO/X86/cache.ll b/llvm/test/ThinLTO/X86/cache.ll index c7ae078edc5..6254abe0a93 100644 --- a/llvm/test/ThinLTO/X86/cache.ll +++ b/llvm/test/ThinLTO/X86/cache.ll @@ -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 |