diff options
Diffstat (limited to 'lld/test/ELF/lto/cache.ll')
-rw-r--r-- | lld/test/ELF/lto/cache.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/lto/cache.ll b/lld/test/ELF/lto/cache.ll index a7475758b70..2697461d8cc 100644 --- a/lld/test/ELF/lto/cache.ll +++ b/lld/test/ELF/lto/cache.ll @@ -3,7 +3,7 @@ ; RUN: opt -module-hash -module-summary %s -o %t.o ; RUN: opt -module-hash -module-summary %p/Inputs/cache.ll -o %t2.o -; RUN: rm -Rf %t.cache && mkdir %t.cache +; RUN: rm -Rf %t.cache ; RUN: ld.lld --thinlto-cache-dir=%t.cache -o %t3.o %t2.o %t.o ; RUN: ls %t.cache | count 2 |