We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b5e83 commit 806287dCopy full SHA for 806287d
lib/Target/AVR/AVRTargetMachine.cpp
@@ -25,7 +25,7 @@
25
26
namespace llvm {
27
28
-static const char *AVRDataLayout = "e-p:16:16:16-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-n8";
+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