rustc_codegen_gcc: fix changed method signature
This commit is contained in:
parent
a0581b5b7f
commit
cfe3f77f9d
@ -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!();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user