Move wasm_import_module_map provider to cg_ssa
This commit is contained in:
parent
808090eb07
commit
c47eeac612
3 changed files with 31 additions and 38 deletions
|
@ -253,13 +253,8 @@ impl CodegenBackend for LlvmCodegenBackend {
|
|||
Box::new(metadata::LlvmMetadataLoader)
|
||||
}
|
||||
|
||||
fn provide(&self, providers: &mut ty::query::Providers) {
|
||||
attributes::provide_both(providers);
|
||||
}
|
||||
|
||||
fn provide_extern(&self, providers: &mut ty::query::Providers) {
|
||||
attributes::provide_both(providers);
|
||||
}
|
||||
fn provide(&self, _providers: &mut ty::query::Providers) {}
|
||||
fn provide_extern(&self, _providers: &mut ty::query::Providers) {}
|
||||
|
||||
fn codegen_crate<'tcx>(
|
||||
&self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue