<div dir="ltr">Is "ABI alignment" just the alignment of an i64 as specified in DataLayout, or is it something else? Maybe we are computing that alignment incorrectly, and the alignment of an i40 should be 4.<div><br></div><div>Alternatively, we could have Clang slap 'align 4' on the global and call it fixed.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Apr 21, 2015 at 2:59 AM, Renato Golin <span dir="ltr"><<a href="mailto:renato.golin@linaro.org" target="_blank">renato.golin@linaro.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 21 April 2015 at 10:56, Bradley Smith <<a href="mailto:bradley.smith@arm.com">bradley.smith@arm.com</a>> wrote:<br>
> This could indeed be the cause, although from what I understand of the comments in CGRecordLayourBuilder this is entirely intentional behaviour. (Although I could be wrong).<br>
<br>
</span>I can fathom why this was intentional, but as you said, it can't<br>
possibly take ABI alignment into account. What about the GNU attribute<br>
alignment? Can't we lower the variable with a fake attribute,<br>
generated by Clang, that forces ABI alignment?<br>
<br>
cheers,<br>
--renato<br>
<br>
PS: I love using bitfields. I hate supporting bitfields. Damn dichotomy!<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</div></div></blockquote></div><br></div>