This patch fixes stack alignments for MCU (should be aligned to 4 bytes)
LLVM part: http://reviews.llvm.org/D15646
Details
Details
Diff Detail
Diff Detail
Event Timeline
tools/clang/lib/AST/ASTContext.cpp | ||
---|---|---|
1902 | Please turn this into a method or flag on TargetInfo. I suggest bool AllowLargerPreferredTypeAlignment; |
Please turn this into a method or flag on TargetInfo. I suggest