We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0d96db commit 5e0418cCopy full SHA for 5e0418c
lib/Target/AVR/AVRTargetMachine.cpp
@@ -25,7 +25,7 @@
25
26
namespace llvm {
27
28
-static const char *AVRDataLayout = "e-p:16:16-i8:8-i16:16-i32:16-i64:16-f32:16-f64:16-n8-a:16";
+static const char *AVRDataLayout = "e-p:16:8-i8:8-i16:8-i32:8-i64:8-f32:8-f64:8-n8-a:8";
29
30
/// Processes a CPU name.
31
static StringRef getCPU(StringRef CPU) {
0 commit comments