Commits

Nadav Rotem committed 422d46638ee
[Serialization] Fix a bug in the serialization of shared functions. We do not allow external declarations with shared visibility. This commit makes the serializer translate shared_external linkage to public_external because the serialized functions will be available at runtime. rdar://21989088