Lines Matching full:cache
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
57 // RUN: mv %t/cache %t/cache-implicit-a-prune
59 // RUN: mv %t/cache %t/cache-implicit-a-keep
61 // RUN: diff %t/cache-implicit-no-a-prune/c.pcm %t/cache-implicit-a-prune/c.pcm
62 // RUN: not diff %t/cache-implicit-no-a-keep/c.pcm %t/cache-implicit-a-keep/c.pcm