Commits

Joe Groff committed 19f1bbdebbc
SILGen: Emit global initialization for static properties. For the subset of static properties we're implementing, we can skate by with global static constructors like we do for global variables. Leave some asserts behind so we revisit this when we implement the hard cases. Swift SVN r10383