rustc_codegen_gcc: fix changed method signature

This commit is contained in:
Augie Fackler 2024-05-23 15:23:21 -04:00
parent 29fc479a30
commit 4a79b06f83

View File

@ -418,7 +418,7 @@ unsafe fn codegen(
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!();
}