mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 11:17:04 +00:00

[AVR] Changed data_layout
This change is required when
97f0ff0c80
gets included in the Rust llvm tree, because it changes the AVR data-layout
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.