Move supported_target_features query provider to cg_ssa
This commit is contained in:
parent
53a4c3b0ba
commit
46f2f023b0
4 changed files with 20 additions and 20 deletions
|
@ -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>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue