[PATCH] D53122: Polish the comments of cache.ll

LuoYuanke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 10 19:16:18 PDT 2018


LuoYuanke created this revision.
LuoYuanke added reviewers: craig.topper, smaslov, Jianping, tejohnson.
Herald added a subscriber: llvm-commits.

Repository:
  rL LLVM

https://reviews.llvm.org/D53122

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


Index: test/tools/gold/X86/cache.ll
===================================================================
--- test/tools/gold/X86/cache.ll
+++ test/tools/gold/X86/cache.ll
@@ -53,7 +53,8 @@
 ; RUN: ls %t.cache | count 5
 
 
-; Increase the age of llvmcache-foo
+; Increase the age of llvmcache-foo which is large file. It make llvmcache-foo be
+; the oldest time stamp so that it is processed and removed first.
 ; RUN: touch -r %t.cache/llvmcache-foo -d '-2 minutes' %t.cache/llvmcache-foo
 
 ; This should remove it.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53122.169142.patch
Type: text/x-patch
Size: 517 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181011/dadbe0f9/attachment.bin>


More information about the llvm-commits mailing list