forked from OSchip/llvm-project
[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:
parent
2f9f9afa4e
commit
0d9cc69954
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue