How to say there is a struct of this type at this memory location?
David Nadlinger via D.gnu
d.gnu at puremagic.com
Mon Mar 7 15:58:11 PST 2016
On Monday, 7 March 2016 at 21:12:02 UTC, Taylor Hillegeist wrote:
> switched from LDC because i couldn't get the section attribute
> working on 0.14.
LDC 0.14 is ancient at this point.
What you are looking for is @ldc.attributes.section("..."), which
is available from LDC 0.17.0:
https://wiki.dlang.org/LDC-specific_language_changes#.40.28ldc.attributes.section.28.22section_name.22.29.29
— David
More information about the D.gnu
mailing list