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

@@ -144,6 +144,7 @@ pub struct CodegenResults {
pub fn provide(providers: &mut Providers) {
crate::back::symbol_export::provide(providers);
crate::base::provide_both(providers);
crate::target_features::provide(providers);
}
pub fn provide_extern(providers: &mut Providers) {