mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix errors and warnings building swift/SIL on Windows using MSVC
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user