Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update mips64* data-layout #36796

Merged
merged 1 commit into from
Sep 29, 2016
Merged

update mips64* data-layout #36796

merged 1 commit into from
Sep 29, 2016

Conversation

TimNN
Copy link
Contributor

@TimNN TimNN commented Sep 28, 2016

I tried to compile some (#![no_core]) code for the mips64 targets on the latest nightly and got ICE's about mismatched data layouts. I updated the data layouts to match the listed llvm defaults.

cc @japaric

Funnily enough, this seems to be the exact reverse of what @japaric did in 2222d43 as part of #36024.

@rust-highfive
Copy link
Collaborator

r? @pnkfelix

(rust_highfive has picked a reviewer for you, use r? to override)

@japaric
Copy link
Member

japaric commented Sep 28, 2016

Hmm, I probably tested this target against our LLVM (3.9) and then against Ubuntu's LLVM (3.8) but didn't realize.

We should change this to work with our LLVM. @TimNN, did you test against our LLVM?

@TimNN
Copy link
Contributor Author

TimNN commented Sep 28, 2016

Yes, I tested with nightly-2016-09-27 (downloaded with rustup).

@japaric
Copy link
Member

japaric commented Sep 28, 2016

OK. thanks @TimNN!

@bors r+

@bors
Copy link
Contributor

bors commented Sep 28, 2016

📌 Commit 3a27647 has been approved by japaric

@japaric
Copy link
Member

japaric commented Sep 28, 2016

@bors rollup

sophiajt pushed a commit to sophiajt/rust that referenced this pull request Sep 28, 2016
update mips64* data-layout

I tried to compile some (`#![no_core]`) code for the `mips64` targets on the latest nightly and got ICE's about mismatched data layouts. I updated the data layouts to match the listed llvm defaults.

cc @japaric

Funnily enough, this seems to be the exact reverse of what @japaric did in 2222d43 as part of rust-lang#36024.
bors added a commit that referenced this pull request Sep 28, 2016
Rollup of 11 pull requests

- Successful merges: #36376, #36672, #36740, #36757, #36765, #36769, #36782, #36783, #36784, #36795, #36796
- Failed merges:
@bors bors merged commit 3a27647 into rust-lang:master Sep 29, 2016
@TimNN TimNN deleted the mips64-data-layout branch April 7, 2017 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants