Commits

David Farler committed 3c11665d565
[SILGen] Directly silgen access of #dsohandle Synthesizing a VarDecl for #dsohandle causes some unwanted accessors to be expected, but we really don't need them: this is a global variable for the start of the image. There are only two uses of getDSOHandle: getting the type and emitting the SIL for it. Rather than perform acrobatics to turn off switches, just emit access directly where it's needed. rdar://problem/26565092