rust/compiler/rustc_target
Guillaume Gomez a6146fddcf
Rollup merge of #145241 - tomtor:avr-layout, r=nikic
[AVR] Changed data_layout

This change is required when

97f0ff0c80

gets included in the Rust llvm tree, because it changes the AVR data-layout
2025-08-13 18:43:02 +02:00
..

rustc_target contains some very low-level details that are specific to different compilation targets and so forth.

For more information about how rustc works, see the rustc dev guide.