]> git.lizzy.rs Git - rust.git/commit
Auto merge of #45806 - alexcrichton:update-llvm-for-mips, r=michaelwoerister
authorbors <bors@rust-lang.org>
Sat, 11 Nov 2017 02:11:34 +0000 (02:11 +0000)
committerbors <bors@rust-lang.org>
Sat, 11 Nov 2017 02:11:34 +0000 (02:11 +0000)
commitc703ff275fd84bd44b6618a8a59e102fee94e635
tree00de58b18af341a38e44b3022e6aeae8f289a8d1
parent25cc4a86c0913dac206f17818dd44b63cb8e53d6
parentef0d843e6186d189a3b8780ee6daa2eb5c42d2fd
Auto merge of #45806 - alexcrichton:update-llvm-for-mips, r=michaelwoerister

rustbuild: Re-enable ThinLTO for MIPS

Now that the upstream LLVM bug is now fixed this commit cherry-picks the commit
onto our LLVM and then re-enables the ThinLTO paths for MIPS.

Closes #45654