-
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
[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?
@bors r+ rollup |
[AVR] Changed data_layout This change is required when llvm/llvm-project@97f0ff0 gets included in the Rust llvm tree, because it changes the AVR data-layout
[AVR] Changed data_layout This change is required when llvm/llvm-project@97f0ff0 gets included in the Rust llvm tree, because it changes the AVR data-layout
Rollup of 9 pull requests Successful merges: - #144761 (aarch64: Make `outline-atomics` a known target feature) - #144949 (More `Printer` cleanups) - #144955 (search graph: lazily update parent goals) - #144962 (Add aarch64_be-unknown-none-softfloat target) - #145153 (Handle macros with multiple kinds, and improve errors) - #145241 ([AVR] Changed data_layout) - #145341 (Install libgccjit into the compiler's sysroot when cg_gcc is enabled) - #145349 (Correctly handle when there are no unstable items in the documented crate) - #145356 (Add another example for escaped `#` character in doctest in rustdoc book) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of #145241 - tomtor:avr-layout, r=nikic [AVR] Changed data_layout This change is required when llvm/llvm-project@97f0ff0 gets included in the Rust llvm tree, because it changes the AVR data-layout
This change is required when
llvm/llvm-project@97f0ff0
gets included in the Rust llvm tree, because it changes the AVR data-layout