|
113 | 113 | ; RUN: %python -c "with open(r'%t.cache/llvmcache-foo-77k', 'w') as file: file.truncate(78848)"
|
114 | 114 | ; RUN: touch -t 198002031200 %t.cache/llvmcache-foo-77k
|
115 | 115 | ; RUN: %python -c "with open(r'%t.cache/llvmcache-foo-8', 'w') as file: file.truncate(8)"
|
| 116 | +; RUN: touch -t 198002041200 %t.cache/llvmcache-foo-8 |
116 | 117 | ; RUN: %python -c "with open(r'%t.cache/llvmcache-foo-76', 'w') as file: file.truncate(76)"
|
117 |
| -; RUN: llvm-lto -thinlto-action=run -exported-symbol=globalfunc %t2.bc %t.bc -thinlto-cache-dir %t.cache --thinlto-cache-max-size-bytes 78847 |
| 118 | +; RUN: touch -t 198002051200 %t.cache/llvmcache-foo-76 |
| 119 | +; RUN: llvm-lto -thinlto-action=run -exported-symbol=globalfunc %t2.bc %t.bc -thinlto-cache-dir %t.cache --thinlto-cache-max-size-bytes 78847 --thinlto-cache-entry-expiration 4294967295 |
118 | 120 | ; RUN: ls %t.cache/llvmcache-foo-8
|
119 | 121 | ; RUN: ls %t.cache/llvmcache-foo-76
|
120 | 122 | ; RUN: not ls %t.cache/llvmcache-foo-16
|
|
146 | 148 | ; RUN: %python -c "print(' ' * 7)" > %t.cache/llvmcache-foo-7
|
147 | 149 | ; RUN: touch -t 198002031200 %t.cache/llvmcache-foo-7
|
148 | 150 | ; RUN: %python -c "print(' ' * 75)" > %t.cache/llvmcache-foo-75
|
| 151 | +; RUN: touch -t 198002041200 %t.cache/llvmcache-foo-75 |
149 | 152 | ; RUN: %python -c "print(' ' * 76)" > %t.cache/llvmcache-foo-76
|
150 |
| -; RUN: llvm-lto -thinlto-action=run -exported-symbol=globalfunc %t2.bc %t.bc -thinlto-cache-dir %t.cache --thinlto-cache-max-size-files 4 |
| 153 | +; RUN: touch -t 198002051200 %t.cache/llvmcache-foo-76 |
| 154 | +; RUN: llvm-lto -thinlto-action=run -exported-symbol=globalfunc %t2.bc %t.bc -thinlto-cache-dir %t.cache --thinlto-cache-max-size-files 4 --thinlto-cache-entry-expiration 4294967295 |
151 | 155 | ; RUN: ls %t.cache/llvmcache-foo-75
|
152 | 156 | ; RUN: ls %t.cache/llvmcache-foo-76
|
153 | 157 | ; RUN: not ls %t.cache/llvmcache-foo-15
|
|
0 commit comments