[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 11:52:13 PST 2022
mysterymath created this revision.
mysterymath added a reviewer: zhuhan0.
mysterymath requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Fixes test failures created by https://reviews.llvm.org/D117589.
Repository:
rG LLVM Github Monorepo
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.402059.patch
Type: text/x-patch
Size: 528 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220121/e0284378/attachment.bin>
More information about the llvm-commits
mailing list