1
Fork 0

store codegen_fn_attrs in crate metadata

This commit is contained in:
lcnr 2022-04-27 10:22:08 +02:00
parent e013f9e0ca
commit bd1d18660b
5 changed files with 31 additions and 34 deletions

View file

@ -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> {