Commits

Adrian Prantl committed aa3241ea978
Remove the isAvailableExternally guards for emitting debug info. Functions with external availability are emitted into IR so they can be inlined by LLVM, hence we do want debug information present there. Swift SVN r22624