[PATCH] D52452: Change the timestamp of llvmcache-foo file to meet the thinLTO prune policy

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 10 10:40:01 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL344158: Change the timestamp of llvmcache-foo file to meet the thinLTO prune policy (authored by ctopper, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D52452?vs=168612&id=169049#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D52452

Files:
  llvm/trunk/test/tools/gold/X86/cache.ll


Index: llvm/trunk/test/tools/gold/X86/cache.ll
===================================================================
--- llvm/trunk/test/tools/gold/X86/cache.ll
+++ llvm/trunk/test/tools/gold/X86/cache.ll
@@ -53,6 +53,9 @@
 ; RUN: ls %t.cache | count 5
 
 
+; Increase the age of llvmcache-foo
+; RUN: touch -r %t.cache/llvmcache-foo -d '-2 minutes' %t.cache/llvmcache-foo
+
 ; This should remove it.
 ; RUN: %gold -m elf_x86_64 -plugin %llvmshlibdir/LLVMgold%shlibext \
 ; RUN:     --plugin-opt=thinlto \


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52452.169049.patch
Type: text/x-patch
Size: 504 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181010/3f42aaae/attachment.bin>


More information about the llvm-commits mailing list