-
Notifications
You must be signed in to change notification settings - Fork 13.6k
[AVR] Changed data_layout #145241
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
base: master
Are you sure you want to change the base?
[AVR] Changed data_layout #145241
Conversation
r? @fee1-dead rustbot has assigned @fee1-dead. Use |
These commits modify compiler targets. |
@Patryk27 FYI |
This comment has been minimized.
This comment has been minimized.
You need to adjust the datalayout in rust/compiler/rustc_codegen_llvm/src/context.rs Lines 176 to 215 in a6620a4
|
@nikic Would the version with the matching LLVM be 21.2.0, because it missed 21.1 from aug 1th ? |
The version should be 22.0.0. |
Blocked on llvm/llvm-project#153010. |
r? nikic |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, can you please squash the commits?
This change is required when
llvm/llvm-project@97f0ff0
gets included in the Rust llvm tree, because it changes the AVR data-layout