As @eddyb found out, https://github.com/rust-lang/compiler-builtins/pull/311 introduced a [regression on old versions of LLVM](https://github.com/rust-lang/compiler-builtins/pull/311#issuecomment-612270089): cross-compilation to `i686-unknown-linux-gnu` on an x86_64 host is broken. In particular this currently prevents us from [ensuring 32bit tests work on PR CI](https://github.com/rust-lang/rust/pull/72053).