Commits

Joe Groff committed 7934842505b
SILGen: Handle globals in top-level code. In top-level code, global variables are notionally local variables of the "main" function, but we give them global storage as an implementation detail. Add the ability to represent physical global variables to SILConstant, and emit top-level-code global variable initializers and references in terms of the physical address. Swift SVN r4479