<div dir="ltr"><div class="gmail_default"><div class="gmail_default">Hi David,</div><div class="gmail_default"><br></div><div class="gmail_default">You wrote</div><div class="gmail_default">>>>but in debug builds it triggers an assertion that the type must be sized</div><div class="gmail_default"><br></div><div class="gmail_default">I am curious as to which specific assert you're encountering.</div><div class="gmail_default"><br></div><div class="gmail_default">Context: zero-sized structures and arrays are legal in the Go language; so far in our (in-progress) gollvm work we haven't seen issues or asserts with these sorts of constructs.</div><div class="gmail_default"><br></div><div class="gmail_default">Thanks, Than</div></div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Jul 17, 2018 at 6:59 AM David Chisnall via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello the list,<br>
<br>
What is the correct type for a global of size zero?  I need the compiler to be able to generate one, so that the linker will insert it at a specific position without perturbing the location of anything else in the section.  I have tried a zero-length array (generates something at least one byte).  At Nuno’s suggestion, I tried a structure with no fields.  In release builds, this works correctly, but in debug builds it triggers an assertion that the type must be sized.<br>
<br>
What is the recommended way of doing this?<br>
<br>
David<br>
<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote></div>