/llvm-project/clang/cmake/caches/ |
H A D | Fuchsia.cmake | 5 set(LLVM_TARGETS_TO_BUILD X86;ARM;AArch64;RISCV CACHE STRING "") 7 set(PACKAGE_VENDOR Fuchsia CACHE STRING "") 11 set(LLVM_ENABLE_DIA_SDK OFF CACHE BOOL "") 12 set(LLVM_ENABLE_LIBEDIT OFF CACHE BOOL "") 13 set(LLVM_ENABLE_LIBXML2 OFF CACHE BOOL "") 14 set(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR ON CACHE BOOL "") 15 set(LLVM_ENABLE_UNWIND_TABLES OFF CACHE BOOL "") 16 set(LLVM_ENABLE_Z3_SOLVER OFF CACHE BOOL "") 17 set(LLVM_ENABLE_ZLIB OFF CACHE BOOL "") 18 set(LLVM_INCLUDE_DOCS OFF CACHE BOO [all...] |
H A D | Apple-stage2.cmake | 4 set(LLVM_TARGETS_TO_BUILD X86 ARM AArch64 CACHE STRING "") 5 set(PACKAGE_VENDOR Apple CACHE STRING "") 6 set(CLANG_VENDOR_UTI com.apple.clang CACHE STRING "") 7 set(LLVM_INCLUDE_EXAMPLES OFF CACHE BOOL "") 8 set(LLVM_INCLUDE_DOCS OFF CACHE BOOL "") 9 set(LLVM_TOOL_CLANG_TOOLS_EXTRA_BUILD OFF CACHE BOOL "") 10 set(CLANG_TOOL_SCAN_BUILD_BUILD OFF CACHE BOOL "") 11 set(CLANG_TOOL_SCAN_VIEW_BUILD OFF CACHE BOOL "") 12 set(CLANG_LINKS_TO_CREATE clang++ cc c++ CACHE STRING "") 13 set(CMAKE_MACOSX_RPATH ON CACHE BOOL "") [all …]
|
H A D | VectorEngine.cmake | 5 # as a cross compiler. Therefore, the purpose of this cache file is to 17 set(LLVM_ENABLE_ZLIB OFF CACHE BOOL "") 18 set(LLVM_ENABLE_ZSTD OFF CACHE BOOL "") 21 set(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR On CACHE BOOL "") 24 set(LLVM_ENABLE_PROJECTS "clang;clang-tools-extra" CACHE STRING "") 25 set(LLVM_ENABLE_RUNTIMES "compiler-rt;libcxx;libcxxabi;libunwind;openmp" CACHE STRING "") 28 set(LLVM_TARGETS_TO_BUILD "X86;VE" CACHE STRING "") 31 set(LLVM_BUILTIN_TARGETS "x86_64-unknown-linux-gnu;ve-unknown-linux-gnu" CACHE STRING "") 32 set(LLVM_RUNTIME_TARGETS "x86_64-unknown-linux-gnu;ve-unknown-linux-gnu" CACHE STRING "") 36 set(RUNTIMES_x86_64-unknown-linux-gnu_COMPILER_RT_BUILD_BUILTINS ON CACHE BOOL "") [all …]
|
H A D | Android-stage2.cmake | 1 set(LLVM_TARGETS_TO_BUILD X86;ARM;AArch64 CACHE STRING "") 3 set(CLANG_VENDOR Android CACHE STRING "") 4 set(CMAKE_BUILD_TYPE Release CACHE STRING "") 5 set(LLVM_ENABLE_THREADS OFF CACHE BOOL "") 6 set(LLVM_ENABLE_ASSERTIONS ON CACHE BOOL "") 7 set(LLVM_LIBDIR_SUFFIX 64 CACHE STRING "") 8 set(LLVM_ENABLE_LIBCXX ON CACHE BOOL "") 10 set(ANDROID_RUNTIMES_ENABLE_ASSERTIONS ON CACHE BOOL "") 11 set(ANDROID_RUNTIMES_BUILD_TYPE Release CACHE STRING "") 12 set(ANDROID_BUILTINS_BUILD_TYPE Release CACHE STRING "") [all …]
|
H A D | CrossWinToARMLinux.cmake | 5 # This cache file can be used to build a cross toolchain to ARM Linux 56 set(LLVM_ENABLE_ASSERTIONS ON CACHE BOOL "") 59 set(LLVM_ENABLE_PROJECTS "clang;clang-tools-extra;lld" CACHE STRING "") 62 set(LLVM_ENABLE_RUNTIMES "compiler-rt;libunwind;libcxxabi;libcxx" CACHE STRING "") 106 set(LLVM_TARGETS_TO_BUILD "ARM" CACHE STRING "") 109 set(LLVM_TARGETS_TO_BUILD "AArch64" CACHE STRING "") 123 set(CMAKE_BUILD_TYPE "Release" CACHE STRING "") 126 set(CMAKE_CL_SHOWINCLUDES_PREFIX "Note: including file: " CACHE STRING "") 128 set(CMAKE_C_COMPILER_TARGET "${TOOLCHAIN_TARGET_TRIPLE}" CACHE STRING "") 129 set(CMAKE_CXX_COMPILER_TARGET "${TOOLCHAIN_TARGET_TRIPLE}" CACHE STRIN [all...] |
H A D | Apple-stage1.cmake | 10 set(LLVM_TARGETS_TO_BUILD X86 CACHE STRING "") 11 set(CLANG_VENDOR Apple CACHE STRING "") 12 set(LLVM_INCLUDE_TESTS OFF CACHE BOOL "") 13 set(LLVM_INCLUDE_EXAMPLES OFF CACHE BOOL "") 14 set(LLVM_INCLUDE_UTILS OFF CACHE BOOL "") 15 set(LLVM_INCLUDE_DOCS OFF CACHE BOOL "") 16 set(CLANG_INCLUDE_TESTS OFF CACHE BOOL "") 17 set(COMPILER_RT_INCLUDE_TESTS OFF CACHE BOOL "") 18 set(COMPILER_RT_BUILD_SANITIZERS OFF CACHE BOOL "") 19 set(CMAKE_MACOSX_RPATH ON CACHE BOOL "") [all …]
|
H A D | BaremetalARM.cmake | 1 set(LLVM_TARGETS_TO_BUILD ARM;X86 CACHE STRING "") 4 set(LLVM_BUILTIN_TARGETS "armv7m-none-eabi;armv6m-none-eabi;armv7em-none-eabi" CACHE STRING "Builti… 6 set(BUILTINS_armv6m-none-eabi_CMAKE_SYSROOT ${BAREMETAL_ARMV6M_SYSROOT} CACHE STRING "armv6m-none-e… 7 set(BUILTINS_armv6m-none-eabi_CMAKE_SYSTEM_NAME Generic CACHE STRING "armv6m-none-eabi System Name") 8 set(BUILTINS_armv6m-none-eabi_COMPILER_RT_BAREMETAL_BUILD ON CACHE BOOL "armv6m-none-eabi Baremetal… 9 set(BUILTINS_armv6m-none-eabi_COMPILER_RT_OS_DIR "baremetal" CACHE STRING "armv6m-none-eabi os dir") 11 set(BUILTINS_armv7m-none-eabi_CMAKE_SYSROOT ${BAREMETAL_ARMV7M_SYSROOT} CACHE STRING "armv7m-none-e… 12 set(BUILTINS_armv7m-none-eabi_CMAKE_SYSTEM_NAME Generic CACHE STRING "armv7m-none-eabi System Name") 13 set(BUILTINS_armv7m-none-eabi_COMPILER_RT_BAREMETAL_BUILD ON CACHE BOOL "armv7m-none-eabi Baremetal… 14 set(BUILTINS_armv7m-none-eabi_CMAKE_C_FLAGS "-mfpu=fp-armv8" CACHE STRING "armv7m-none-eabi C Flags… [all …]
|
/llvm-project/llvm/test/ThinLTO/X86/ |
H A D | cache.ll | 7 ; Verify first that *without* hash, we don't use the cache. 9 ; RUN: opt -module-summary %p/Inputs/cache.ll -o %t2.bc 12 ; RUN: rm -Rf %t.cache.noindex && mkdir %t.cache.noindex 13 …to -thinlto-action=run -exported-symbol=globalfunc %t2.bc %t.bc -thinlto-cache-dir %t.cache.noindex 14 ; RUN: ls %t.cache.noindex/llvmcache.timestamp 15 ; RUN: ls %t.cache.noindex | count 1 18 ; RUN: rm -Rf %t.cache.noindex 19 ; RUN: llvm-lto2 run -o %t.o %t2.bc %t.bc -cache-dir %t.cache.noindex \ 23 ; RUN: not ls %t.cache.noindex 29 ; RUN: opt -module-hash -module-summary %p/Inputs/cache.ll -o %t2.bc [all …]
|
H A D | cache-config.ll | 1 ; RUN: rm -rf %t.cache 4 ; RUN: llvm-lto2 run -o %t.o %t.bc -cache-dir %t.cache -r=%t.bc,globalfunc,plx 5 ; RUN: llvm-lto2 run -o %t.o %t.bc -cache-dir %t.cache -r=%t.bc,globalfunc,plx -mcpu=core2 6 ; RUN: llvm-lto2 run -o %t.o %t.bc -cache-dir %t.cache -r=%t.bc,globalfunc,plx -x86-relax-relocatio… 7 ; RUN: llvm-lto2 run -o %t.o %t.bc -cache-dir %t.cache -r=%t.bc,globalfunc,plx -function-sections 8 ; RUN: llvm-lto2 run -o %t.o %t.bc -cache-dir %t.cache -r=%t.bc,globalfunc,plx -data-sections 9 ; RUN: llvm-lto2 run -o %t.o %t.bc -cache-dir %t.cache -r=%t.bc,globalfunc,plx -debugger-tune=sce 10 ; RUN: llvm-lto2 run -o %t.o %t.bc -cache-dir %t.cache -r=%t.bc,globalfunc,plx -mattr=+sse2 11 ; RUN: llvm-lto2 run -o %t.o %t.bc -cache-dir %t.cache -r=%t.bc,globalfunc,plx -relocation-model=st… 12 ; RUN: llvm-lto2 run -o %t.o %t.bc -cache-dir %t.cache -r=%t.bc,globalfunc,plx -code-model=large [all …]
|
/llvm-project/lld/test/ELF/lto/ |
H A D | cache.ll | 7 ; RUN: opt -module-hash -module-summary %p/Inputs/cache.ll -o b.bc 9 ; RUN: mkdir cache 10 ; Create two files that would be removed by cache pruning due to age. 12 ; RUN: touch -t 197001011200 cache/llvmcache-foo cache/foo 13 ; RUN: ld.lld --thinlto-cache-dir=cache --thinlto-cache-policy prune_after=1h:prune_interval=0s -o … 16 ; RUN: ls cache | count 4 19 ; RUN: %python -c "print(' ' * 65536)" > cache/llvmcache-foo 22 ; RUN: ld.lld --thinlto-cache-dir=cache --thinlto-cache-policy cache_size_bytes=128k:prune_interval… 23 ; RUN: ls cache | count 5 27 ; RUN: %python -c 'import os,sys,time; t=time.time()-120; os.utime(sys.argv[1],(t,t))' cache/llvmca… [all …]
|
H A D | cache-warnings.ll | 5 ; RUN: opt -module-hash -module-summary %p/Inputs/cache.ll -o %t2.o 9 ;; Check cache policies of the number of files. 11 ; RUN: ld.lld --verbose --thinlto-cache-dir=%t --thinlto-cache-policy=prune_interval=0s:cache_size_files=0 %t2.o %t.o -o %t3 2>&1 | FileCheck %s --implicit-check-not=warning: 13 ; RUN: ld.lld --verbose --thinlto-cache-dir=%t --thinlto-cache-policy=prune_interval=0s:cache_size_files=3 %t2.o %t.o -o %t3 2>&1 | FileCheck %s --implicit-check-not=warning: 15 ; RUN: ld.lld --thinlto-cache-dir=%t --thinlto-cache-policy=prune_interval=0s:cache_size_files=1 %t2.o %t.o -o %t3 2>&1 | FileCheck %s --check-prefixes=NUM,WARN 17 ;; Check cache policies of the cache siz [all...] |
/llvm-project/libcxx/cmake/caches/ |
H A D | Armv7M-picolibc.cmake | 1 set(CMAKE_ASM_COMPILER_TARGET "armv7m-none-eabi" CACHE STRING "") 2 set(CMAKE_CXX_COMPILER_TARGET "armv7m-none-eabi" CACHE STRING "") 3 set(CMAKE_CXX_FLAGS "-mfloat-abi=soft" CACHE STRING "") 4 set(CMAKE_C_COMPILER_TARGET "armv7m-none-eabi" CACHE STRING "") 5 set(CMAKE_C_FLAGS "-mfloat-abi=soft" CACHE STRING "") 6 set(CMAKE_SYSTEM_NAME Generic CACHE STRING "") 7 set(CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY CACHE STRING "") 8 set(COMPILER_RT_BAREMETAL_BUILD ON CACHE BOOL "") 9 set(COMPILER_RT_BUILD_LIBFUZZER OFF CACHE BOOL "") 10 set(COMPILER_RT_BUILD_PROFILE OFF CACHE BOO [all...] |
/llvm-project/lld/test/MachO/ |
H A D | lto-cache.ll | 9 ; RUN: rm -Rf %t/cache && mkdir %t/cache 10 ;; Create two files that would be removed by cache pruning due to age. 12 ; RUN: touch -t 197001011200 %t/cache/llvmcache-baz %t/cache/baz 13 ; RUN: %lld -cache_path_lto %t/cache \ 14 ; RUN: --thinlto-cache-policy=prune_after=1h:prune_interval=0s \ 18 ; RUN: ls %t/cache | count 4 21 ; RUN: touch -t 197001011200 %t/cache/llvmcache-baz 22 ; RUN: %lld -cache_path_lto %t/cache -prune_after_lto 3600 -prune_interval_lto 0 \ 24 ; RUN: ls %t/cache | count 4 27 ; RUN: %python -c "print(' ' * 65536)" > %t/cache/llvmcache-baz [all …]
|
/llvm-project/lld/test/COFF/ |
H A D | lto-cache.ll | 6 ; RUN: opt -module-hash -module-summary %p/Inputs/lto-cache.ll -o %t2.o 8 ; RUN: rm -Rf %t.cache && mkdir %t.cache 9 ; Create two files that would be removed by cache pruning due to age. 11 ; RUN: touch -t 197001011200 %t.cache/llvmcache-foo %t.cache/Thin-123.tmp.o %t.cache/foo 12 ; RUN: lld-link /lldltocache:%t.cache /lldltocachepolicy:prune_after=1h /out:%t3 /entry:main %t2.o … 15 ; RUN: ls %t.cache | count 4 17 ;; Check that mllvm options participate in the cache key 18 ; RUN: rm -rf %t.cache && mkdir %t.cache 19 ; RUN: lld-link /lldltocache:%t.cache /entry:main /out:%t3 %t2.o %t.o 20 ; RUN: ls %t.cache | count 3 [all …]
|
/llvm-project/clang/unittests/Serialization/ |
H A D | InMemoryModuleCacheTest.cpp | 26 InMemoryModuleCache Cache; in TEST() local 27 EXPECT_EQ(InMemoryModuleCache::Unknown, Cache.getPCMState("B")); in TEST() 28 EXPECT_FALSE(Cache.isPCMFinal("B")); in TEST() 29 EXPECT_FALSE(Cache.shouldBuildPCM("B")); in TEST() 32 EXPECT_DEATH(Cache.tryToDropPCM("B"), "PCM to remove is unknown"); in TEST() 33 EXPECT_DEATH(Cache.finalizePCM("B"), "PCM to finalize is unknown"); in TEST() 41 InMemoryModuleCache Cache; in TEST() local 42 EXPECT_EQ(RawB, &Cache.addPCM("B", std::move(B))); in TEST() 43 EXPECT_EQ(InMemoryModuleCache::Tentative, Cache.getPCMState("B")); in TEST() 44 EXPECT_EQ(RawB, Cache.lookupPCM("B")); in TEST() [all …]
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_quarantine_test.cpp | 30 typedef QuarantineCache<QuarantineCallback> Cache; typedef 37 static void DeallocateCache(Cache *cache) { in DeallocateCache() argument 38 while (QuarantineBatch *batch = cache->DequeueBatch()) in DeallocateCache() 77 Cache cache; in TEST() local 78 Cache to_deallocate; in TEST() 79 cache.MergeBatches(&to_deallocate); in TEST() 86 Cache cache; in TEST() local 87 cache.Enqueue(cb, kFakePtr, kBlockSize); in TEST() 88 ASSERT_EQ(kBlockSize + sizeof(QuarantineBatch), cache.Size()); in TEST() 90 Cache to_deallocate; in TEST() [all …]
|
/llvm-project/clang/test/ParserOpenACC/ |
H A D | parse-cache-construct.c | 16 // expected-warning@+1{{OpenACC construct 'cache' not yet implemented, pragma ignored}} in func() 17 #pragma acc cache in func() 23 // expected-warning@+1{{OpenACC construct 'cache' not yet implemented, pragma ignored}} in func() 24 #pragma acc cache clause list in func() 29 // expected-warning@+1{{OpenACC construct 'cache' not yet implemented, pragma ignored}} in func() 30 #pragma acc cache() in func() 36 // expected-warning@+1{{OpenACC construct 'cache' not yet implemented, pragma ignored}} in func() 37 #pragma acc cache() clause-list in func() 43 // expected-warning@+1{{OpenACC construct 'cache' not yet implemented, pragma ignored}} in func() 44 #pragma acc cache( in func() [all …]
|
/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
H A D | quarantine_test.cpp | 31 static void deallocateCache(CacheT *Cache) { in deallocateCache() argument 32 while (scudo::QuarantineBatch *Batch = Cache->dequeueBatch()) in deallocateCache() 71 CacheT Cache; in TEST() local 73 Cache.init(); in TEST() 75 Cache.mergeBatches(&ToDeallocate); in TEST() 82 CacheT Cache; in TEST() local 83 Cache.init(); in TEST() 84 Cache.enqueue(Cb, FakePtr, BlockSize); in TEST() 85 EXPECT_EQ(BlockSize + sizeof(scudo::QuarantineBatch), Cache.getSize()); in TEST() 89 Cache.mergeBatches(&ToDeallocate); in TEST() [all …]
|
/llvm-project/clang/test/Modules/ |
H A D | macro-hiding.cpp | 2 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin… 3 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin… 4 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin… 5 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin… 6 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin… 7 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin… 8 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin… 9 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin… 10 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin… 11 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin… [all …]
|
H A D | fmodules-validate-once-per-build-session.c | 4 // Clear the module cache. 20 …modules -fimplicit-module-maps -fdisable-module-hash -fmodules-cache-path=%t/modules-cache -fsynta… 21 …modules -fimplicit-module-maps -fdisable-module-hash -fmodules-cache-path=%t/modules-cache-user -f… 22 // RUN: ls -R %t/modules-cache | grep Foo.pcm.timestamp 23 // RUN: ls -R %t/modules-cache | grep Bar.pcm.timestamp 24 // RUN: ls -R %t/modules-cache-user | grep Foo.pcm.timestamp 25 // RUN: ls -R %t/modules-cache-user | grep Bar.pcm.timestamp 26 // RUN: cp %t/modules-cache/Foo.pcm %t/modules-to-compare/Foo-before.pcm 27 // RUN: cp %t/modules-cache/Bar.pcm %t/modules-to-compare/Bar-before.pcm 28 // RUN: cp %t/modules-cache-user/Foo.pcm %t/modules-to-compare/Foo-before-user.pcm [all …]
|
H A D | prune-non-affecting-module-map-files.m | 22 ….modulemap -fmodule-map-file=c/module.modulemap -fmodules -fmodules-cache-path=cache -fdisable-mod… 24 -I a -I b -I c -fimplicit-module-maps -fmodules -fmodules-cache-path=cache -fdisable-module-hash -f… 30 // RUN: mv %t/cache %t/cache-explicit-no-a-prune 32 // RUN: mv %t/cache %t/cache-explicit-no-a-keep 35 // RUN: mv %t/cache %t/cache-explicit-a-prune 37 // RUN: mv %t/cache %t/cache-explicit-a-keep 39 // RUN: diff %t/cache-explicit-no-a-prune/c.pcm %t/cache-explicit-a-prune/c.pcm 40 // RUN: not diff %t/cache-explicit-no-a-keep/c.pcm %t/cache-explicit-a-keep/c.pcm 45 // RUN: mv %t/cache %t/cache-implicit-no-a-prune 47 // RUN: mv %t/cache %t/cache-implicit-no-a-keep [all …]
|
/llvm-project/lld/test/wasm/lto/ |
H A D | cache.ll | 2 ; RUN: opt -module-hash -module-summary %p/Inputs/cache.ll -o %t2.o 7 ; RUN: rm -Rf %t.cache && mkdir %t.cache 8 ; Create two files that would be removed by cache pruning due to age. 10 ; RUN: touch -t 197001011200 %t.cache/llvmcache-foo %t.cache/foo 11 ; RUN: wasm-ld --thinlto-cache-dir=%t.cache --thinlto-cache-policy prune_after=1h:prune_interval=0s -o %t.wasm %t2.o %t.o 14 ; RUN: ls %t.cache | coun [all...] |
H A D | cache-warnings.ll | 4 ; RUN: opt -module-hash -module-summary %p/Inputs/cache.ll -o %t2.o 8 ;; Check cache policies of the number of files. 10 ; RUN: wasm-ld --verbose --thinlto-cache-dir=%t --thinlto-cache-policy=prune_interval=0s:cache_size_files=0 %t2.o %t.o -o %t3 2>&1 | FileCheck %s --implicit-check-not=warning: 12 ; RUN: wasm-ld --verbose --thinlto-cache-dir=%t --thinlto-cache-policy=prune_interval=0s:cache_size_files=3 %t2.o %t.o -o %t3 2>&1 | FileCheck %s --implicit-check-not=warning: 14 ; RUN: wasm-ld --thinlto-cache-dir=%t --thinlto-cache-policy=prune_interval=0s:cache_size_files=1 %t2.o %t.o -o %t3 2>&1 | FileCheck %s --check-prefixes=NUM,WARN 16 ;; Check cache policies of the cache siz [all...] |
/llvm-project/libcxx/test/libcxx/ranges/range.nonprop.cache/ |
H A D | emplace.pass.cpp | 37 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef 38 Cache cache; in test() local 39 T& result = cache.__emplace(); in test() 40 assert(&result == &*cache); in test() 46 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef 47 Cache cache; in test() local 48 T& result = cache.__emplace(); in test() 49 assert(&result == &*cache); in test() 54 using Cache = std::ranges::__non_propagating_cache<T>; in test() typedef 55 Cache cache; in test() local [all …]
|
/llvm-project/llvm/test/tools/gold/X86/ |
H A D | cache.ll | 3 ; RUN: opt -module-summary %p/Inputs/cache.ll -o %t2.o 5 ; RUN: rm -Rf %t.cache 8 ; RUN: --plugin-opt=cache-dir=%t.cache \ 11 ; Since nothing was added to the cache, there shouldn't be a timestamp file yet. 12 ; RUN: not ls %t.cache 18 ; RUN: opt -module-hash -module-summary %p/Inputs/cache.ll -o %t2.o 20 ; RUN: rm -Rf %t.cache 23 ; RUN: --plugin-opt=cache-dir=%t.cache \ 27 ; RUN: ls %t.cache | count 3 30 ; Create two files that would be removed by cache pruning due to age. [all …]
|