Commits

John McCall committed c21a293243a
Lazily emit SILFunctions with non-external linkage. rdar://13013457 'import Cocoa' is still generating a ton of unnecessary global metadata, which causes some unused VWTs to be built, but at least we no longer generate tons of useless global functions. At least, we don't in IR-gen --- we still do all the SILGen work for them. Swift SVN r14224