]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #52505 - alexcrichton:remove-thinlto-hack, r=nikomatsakis
authorkennytm <kennytm@gmail.com>
Fri, 20 Jul 2018 18:59:05 +0000 (02:59 +0800)
committerkennytm <kennytm@gmail.com>
Fri, 20 Jul 2018 20:08:06 +0000 (04:08 +0800)
rustc: Remove a workaround in ThinLTO fixed upstream

This commit removes a hack in our ThinLTO passes which removes available
externally functions manually. The [upstream bug][1] has long since been fixed,
so we should be able to rely on LLVM natively for this now!

[1]: https://bugs.llvm.org/show_bug.cgi?id=35736


Trivial merge