Fix errors and warnings building swift/SIL on Windows using MSVC

This commit is contained in:
Hugh Bellamy
2016-11-17 17:42:34 +00:00
parent cc867af8e1
commit 36100bf21c
19 changed files with 100 additions and 7 deletions

View File

@@ -68,6 +68,8 @@ FormalLinkage swift::getDeclLinkage(const ValueDecl *D) {
// access these symbols.
return FormalLinkage::HiddenUnique;
}
llvm_unreachable("Unhandled Accessibility in switch.");
}
FormalLinkage swift::getTypeLinkage(CanType type) {