store codegen_fn_attrs
in crate metadata
This commit is contained in:
parent
e013f9e0ca
commit
bd1d18660b
5 changed files with 31 additions and 34 deletions
|
@ -1081,6 +1081,7 @@ rustc_queries! {
|
|||
desc { |tcx| "computing codegen attributes of `{}`", tcx.def_path_str(def_id) }
|
||||
storage(ArenaCacheSelector<'tcx>)
|
||||
cache_on_disk_if { true }
|
||||
separate_provide_extern
|
||||
}
|
||||
|
||||
query asm_target_features(def_id: DefId) -> &'tcx FxHashSet<Symbol> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue