Fix some rebasing fallout regarding xLTO.

This commit is contained in:
Michael Woerister 2019-02-12 17:17:05 +01:00
parent 3733b3267d
commit 3a9d171b0a

View File

@ -1207,6 +1207,6 @@ fn group_start(&mut self) {
fn group_end(&mut self) {
}
fn cross_lang_lto(&mut self) {
fn linker_plugin_lto(&mut self) {
}
}