Uh oh!
There was an error while loading. Please reload this page.
[AVR] Changed data_layout - #145241
Conversation
rustbot
commented
Aug 11, 2025
r? @fee1-dead rustbot has assigned @fee1-dead. Use |
rustbot
commented
Aug 11, 2025
These commits modify compiler targets. |
tomtor
commented
Aug 11, 2025
@Patryk27 FYI |
This comment has been minimized.
This comment has been minimized.
nikic
commented
Aug 11, 2025
You need to adjust the datalayout in rust/compiler/rustc_codegen_llvm/src/context.rs Lines 176 to 215 in a6620a4 |
tomtor
commented
Aug 11, 2025
@nikic Would the version with the matching LLVM be 21.2.0, because it missed 21.1 from aug 1th ? |
nikic
commented
Aug 11, 2025
The version should be 22.0.0. |
nikic
commented
Aug 11, 2025
Blocked on llvm/llvm-project#153010. |
fee1-dead
commented
Aug 11, 2025
r? nikic |
nikic
left a comment
There was a problem hiding this comment.
LGTM, can you please squash the commits?
nikic
commented
Aug 13, 2025
@bors r+ rollup |
bors
commented
Aug 13, 2025
[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
Uh oh!
There was an error while loading. Please reload this page.
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