Commits

Roman Levenstein committed f69c17568b6
Add the ability to lookup/link a SILFunction in the SILModule by its mangled name. This feature is required for the implementation of pre-specialization, because one needs to check if a specialized SIL function with a given name exists in the standard library. Swift SVN r30307