[Support] Update missed tests with lazy caching behavior.

Fixes test failures created by https://reviews.llvm.org/D117589.

Reviewed By: zhuhan0

Differential Revision: https://reviews.llvm.org/D117915
This commit is contained in:
Daniel Thornburgh 2022-01-21 19:26:52 +00:00
parent 2f9f9afa4e
commit 0d9cc69954
1 changed files with 2 additions and 2 deletions

View File

@ -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.