Commits

Justin Bogner committed 3dbd6ea9bd2
InstrProf: SILFunction doesn't live long enough for SILCoverageMap Keeping a reference to the function here is dangerous. We only actually care about the name, so save ourselves a copy of that instead. This fixes a crash that seems to happen only when the coverage data is very large. Swift SVN r25433