Commits

Roman Levenstein committed 26ce43a9b77
Fix a bug in pre-specialization when it comes to re-use of specializations. Only specializations with the public external linkage can be reused from other modules, because specializations with shared linkage could refer to non-public symbols. Swift SVN r30433