Commits

Joe Groff committed fb43b048a2c
IRGen: Consider decl linkage instead of type linkage for lazy metadata emission. It doesn't really make sense to ask a type whether symbols related to it have unique linkage or not; that's a property of the type's declaration. Fixes rdar://problem/19792174 better. Swift SVN r25199