Commits

Joe Groff committed 33d2122ce9c
IRGen/Runtime: Change generic metadata template to use a fill function. Instead of hardcoding a walk of a list of fill ops, have generic metadata templates carry a pointer to a fill function for swift_getGenericMetadata to invoke to perform the fill operations. For types with dynamic layout, we will need to be able to perform more complex fill operations than a simple transfer of arguments into generic metadata slots. Swift SVN r7893