Commits

Michael Gottesman committed 9d54b8591a0
[serialization] Always serialize sil with shared linkage. Entities with shared linkage are allowed to be discarded if they are unused even in a library context. Previously we implemented this in the serializer, which introduced needless complications. Now we leave that responsibility to the optimizer giving simplicity. Swift SVN r16150