Commits

Manman Ren committed 8d7236f6a73
[SILSerializer] keep looking for a SILFunction when we find a declaration. It is reasonable that one module has a declaration for a SILFunction while another module has the definition. We return from lookupSILFunction when we find a definition and keep looking when a declaration is found from a module. rdar://16815627 Swift SVN r17586