]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #45215 - alexcrichton:thin-lto-reference-more, r=michaelwoerister
authorbors <bors@rust-lang.org>
Sun, 15 Oct 2017 20:07:35 +0000 (20:07 +0000)
committerbors <bors@rust-lang.org>
Sun, 15 Oct 2017 20:07:35 +0000 (20:07 +0000)
rustc: Fix some ThinLTO internalization

First the `addPreservedGUID` function forgot to take care of "alias" summaries.
I'm not 100% sure what this is but the current code now matches upstream. Next
the `computeDeadSymbols` return value wasn't actually being used, but it needed
to be used! Together these should...

Closes #45195


Trivial merge