Provide default MetadataLoader
This commit is contained in:
parent
45c9775361
commit
f04a2d308e
3 changed files with 9 additions and 10 deletions
|
@ -248,10 +248,6 @@ impl CodegenBackend for LlvmCodegenBackend {
|
|||
target_features(sess)
|
||||
}
|
||||
|
||||
fn metadata_loader(&self) -> Box<MetadataLoaderDyn> {
|
||||
Box::new(rustc_codegen_ssa::back::metadata::DefaultMetadataLoader)
|
||||
}
|
||||
|
||||
fn codegen_crate<'tcx>(
|
||||
&self,
|
||||
tcx: TyCtxt<'tcx>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue