Skip to content

Commit

Permalink
[Support] Update missed tests with lazy caching behavior.
Browse files Browse the repository at this point in the history
Fixes test failures created by https://reviews.llvm.org/D117589.

Reviewed By: zhuhan0

Differential Revision: https://reviews.llvm.org/D117915
  • Loading branch information
mysterymath committed Jan 21, 2022
1 parent 2f9f9af commit 0d9cc69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/test/tools/gold/X86/cache.ll
Expand Up @@ -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.
Expand Down

0 comments on commit 0d9cc69

Please sign in to comment.