We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b93dfd3 commit 2ddfb3aCopy full SHA for 2ddfb3a
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:16-i8:8-i16:16-i32:16-i64:16-f32:16-f64:16-n8-a:16";
29
30
/// Processes a CPU name.
31
static StringRef getCPU(StringRef CPU) {
0 commit comments