Function rustc_interface::passes::start_codegen
source · pub fn start_codegen<'tcx>(
codegen_backend: &dyn CodegenBackend,
tcx: TyCtxt<'tcx>,
outputs: &OutputFilenames
) -> Box<dyn Any>
Expand description
Runs the codegen backend, after which the AST and analysis can be discarded.