[PATCH] D117915: [Support] Update missed tests with lazy caching behavior.

Daniel Thornburgh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 21 12:52:38 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0d9cc6995401: [Support] Update missed tests with lazy caching behavior. (authored by mysterymath).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117915/new/

https://reviews.llvm.org/D117915

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


Index: llvm/test/tools/gold/X86/cache.ll
===================================================================
--- llvm/test/tools/gold/X86/cache.ll
+++ llvm/test/tools/gold/X86/cache.ll
@@ -8,8 +8,8 @@
 ; RUN:     --plugin-opt=cache-dir=%t.cache \
 ; RUN:     -o %t3.o %t2.o %t.o
 
-; We should just get the timestamp file
-; RUN: ls %t.cache | count 1
+; Since nothing was added to the cache, there shouldn't be a timestamp file yet.
+; RUN: not ls %t.cache
 
 
 ; Verify that enabling caching is working with module with hash.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117915.402081.patch
Type: text/x-patch
Size: 528 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220121/3893de02/attachment.bin>


More information about the llvm-commits mailing list