Skip to content

Commit

Permalink
Fix some rebasing fallout regarding xLTO.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwoerister committed Feb 12, 2019
1 parent 3733b32 commit 3a9d171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_codegen_ssa/back/linker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1207,6 +1207,6 @@ impl<'a> Linker for PtxLinker<'a> {
fn group_end(&mut self) {
}

fn cross_lang_lto(&mut self) {
fn linker_plugin_lto(&mut self) {
}
}

0 comments on commit 3a9d171

Please sign in to comment.