]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #74927 - Lokathor:Lokathor-patch-1, r=jonas-schievink
authorManish Goregaokar <manishsmail@gmail.com>
Wed, 29 Jul 2020 23:38:34 +0000 (16:38 -0700)
committerGitHub <noreply@github.com>
Wed, 29 Jul 2020 23:38:34 +0000 (16:38 -0700)
Change the target data layout to specify more values

This does not actually alter the previously specified important parts, but apparently `rustc` cares about more layout components than `cargo-xbuild` ever did. This extends the data layout to be a fully specified layout, as given in the error from issue #74767

* Closes https://github.com/rust-lang/rust/issues/74767


Trivial merge