about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-10-23 09:21:45 +0000
committerbors <bors@rust-lang.org>2021-10-23 09:21:45 +0000
commit55ccbd090d96ec3bb28dbcb383e65bbfa3c293ff (patch)
tree9a97e775c5365ea41ae057987d3658199b922a0b /compiler/rustc_codegen_llvm/src/llvm
parentcf708558b758f4473c4f35986d9492ace7bf906d (diff)
parent0a5666b838c903caf672a05b3b4156cafb03cb3f (diff)
downloadrust-55ccbd090d96ec3bb28dbcb383e65bbfa3c293ff.tar.gz
rust-55ccbd090d96ec3bb28dbcb383e65bbfa3c293ff.zip
Auto merge of #90065 - cjgillot:novalcache, r=Mark-Simulacrum
Do not depend on the stored value when trying to cache on disk.

Having different criteria for loading and saving of query results can lead to saved results that may never be loaded.
Since the on-disk cache is discarded as soon as a compilation error is issued, there should not be any need for an exclusion mecanism based on errors.

As a result, the possibility to condition the storage on the value itself does not appear useful.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm')
0 files changed, 0 insertions, 0 deletions