Skip to content

Commit 3a9d171

Browse files
Fix some rebasing fallout regarding xLTO.
1 parent 3733b32 commit 3a9d171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_codegen_ssa/back/linker.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1207,6 +1207,6 @@ impl<'a> Linker for PtxLinker<'a> {
12071207
fn group_end(&mut self) {
12081208
}
12091209

1210-
fn cross_lang_lto(&mut self) {
1210+
fn linker_plugin_lto(&mut self) {
12111211
}
12121212
}

0 commit comments

Comments
 (0)