Skip to content

Commit

Permalink
rustc_codegen_gcc: fix changed method signature
Browse files Browse the repository at this point in the history
  • Loading branch information
durin42 committed May 23, 2024
1 parent 29fc479 commit 4a79b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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!();
}

Expand Down

0 comments on commit 4a79b06

Please sign in to comment.