Commits

Michael Gottesman committed 2bb32698693
Add code to the verifier to make sure that functions with shared visibility always have bodies. Since both shared and shared_external both lower to linkonce_odr, neither of them can be declarations. This commit puts a check into the verifier to ensure that this does not happen at the SIL level allowing us to catch such issues earlier. Swift SVN r22552