We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f7b8ef commit 1ff611fCopy full SHA for 1ff611f
compiler/rustc_target/src/spec/targets/avr_none.rs
@@ -9,7 +9,7 @@ pub(crate) fn target() -> Target {
9
host_tools: None,
10
std: None,
11
},
12
- data_layout: "e-P1-p:16:8-i8:8-i16:8-i32:8-i64:8-f32:8-f64:8-n8-a:8".into(),
+ data_layout: "e-P1-p:16:8-i8:8-i16:8-i32:8-i64:8-f32:8-f64:8-n8-n16:8-a:8".into(),
13
llvm_target: "avr-unknown-unknown".into(),
14
pointer_width: 16,
15
options: TargetOptions {
0 commit comments