Lines Matching refs:cache
5 ; RUN: rm -Rf %t.cache && mkdir %t.cache
6 ; RUN: llvm-lto -thinlto-action=run %t2.bc %t.bc -exported-symbol=main -thinlto-cache-dir %t.cache
7 ; RUN: ls %t.cache/llvmcache.timestamp
8 ; RUN: ls %t.cache | count 3
11 ; RUN: rm -Rf %t.cache
12 ; RUN: llvm-lto2 run -o %t.o %t2.bc %t.bc -cache-dir %t.cache \
14 ; RUN: ls %t.cache | count 2
22 ; RUN: rm -Rf %t.cache && mkdir %t.cache
23 ; RUN: llvm-lto -thinlto-action=run %t2.bc %t.bc -exported-symbol=main -thinlto-cache-dir %t.cache
24 ; RUN: ls %t.cache/llvmcache.timestamp
25 ; RUN: ls %t.cache | count 1
28 ; RUN: rm -Rf %t.cache
29 ; RUN: llvm-lto2 run -o %t.o %t2.bc %t.bc -cache-dir %t.cache \
31 ; RUN: not ls %t.cache