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

Outdated data layout #17

Closed
mkroening opened this issue May 20, 2021 · 0 comments · Fixed by #18
Closed

Outdated data layout #17

mkroening opened this issue May 20, 2021 · 0 comments · Fixed by #18
Assignees

Comments

@mkroening
Copy link
Member

When building with make release=1, one gets:

warning: Linking two modules of different data layouts: '' is 'e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128' whereas 'rusty_loader.7uo39jl7-cgu.0' is 'e-m:e-i64:64-f80:128-n8:16:32:64-S128'

rust-lang/rust@8b19922 updated the data layouts to include new X86 address spaces in preparation for LLVM 10 rust-lang/rust#67900.

I think, it would be best to update our data layouts. I'll prepare PRs.

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 a pull request may close this issue.

1 participant