]> git.lizzy.rs Git - rust.git/commit
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)
commit9a273a3d66c6b6ac60daa2b862e2871fbe3f82cf
treec30c956a1c05597f1cd4d7a5459a32de160ffe69
parentc74ff6cbd45ee79d623a6e1ad936d851c34fffc8
parent829bc268a9e3ef4d0f8ec4f6a2fadd604bdc7b8d
Rollup merge of #52505 - alexcrichton:remove-thinlto-hack, r=nikomatsakis

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