Commits

Michael Gottesman committed ed0cfcaa107
[deserialization] Do not serialize function_refs or sil_global_addrs that reference functions or globals which are not always serializable. Currently this consists of private functions and shared functions. Even though shared functions are technically serializable, we only want to serialize them if their serialization is requested. Swift SVN r14825