]> git.lizzy.rs Git - rust.git/commit
rustbuild: Don't build with ThinLTO on MIPS
authorAlex Crichton <alex@alexcrichton.com>
Tue, 31 Oct 2017 13:56:36 +0000 (06:56 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 31 Oct 2017 14:01:02 +0000 (07:01 -0700)
commitb1fd5a761844ec0a90a91e81add60689d0e80eef
tree8293c2790901e7f5e4852aa4b3229c8dae8559db
parent6713736275181abb3304730603afd785b0470ae3
rustbuild: Don't build with ThinLTO on MIPS

Discovered in #45529 it looks like cross-module TLS imports aren't quite working
today, especially with `hidden` visibility which mostly comes up with multiple
codegen units. As a result this completely disables compiling with ThinLTO and
multiple codegen units on MIPS when bootstrapping.

cc #45654, the tracking issue for this
src/bootstrap/builder.rs