rustc_codegen_gcc: fix changed method signature

This commit is contained in:
Augie Fackler 2024-05-23 15:23:21 -04:00
parent a0581b5b7f
commit cfe3f77f9d
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ impl WriteBackendMethods for GccCodegenBackend {
back::write::codegen(cgcx, dcx, module, config)
}
fn prepare_thin(_module: ModuleCodegen<Self::Module>) -> (String, Self::ThinBuffer) {
fn prepare_thin(_module: ModuleCodegen<Self::Module>, _emit_summary: bool) -> (String, Self::ThinBuffer) {
unimplemented!();
}