Move supported_target_features query provider to cg_ssa

This commit is contained in:
bjorn3 2020-10-09 19:35:17 +02:00
parent 53a4c3b0ba
commit 46f2f023b0
4 changed files with 20 additions and 20 deletions

View file

@ -249,11 +249,11 @@ impl CodegenBackend for LlvmCodegenBackend {
}
fn provide(&self, providers: &mut ty::query::Providers) {
attributes::provide(providers);
attributes::provide_both(providers);
}
fn provide_extern(&self, providers: &mut ty::query::Providers) {
attributes::provide_extern(providers);
attributes::provide_both(providers);
}
fn codegen_crate<'tcx>(