mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix errors and warnings building swift/SILGen on Windows using MSVC
This commit is contained in:
@@ -140,6 +140,8 @@ public:
|
||||
case ImplodeKind::Copy:
|
||||
return v.copyUnmanaged(gen, l).forward(gen);
|
||||
}
|
||||
|
||||
llvm_unreachable("Unhandled ImplodeKind in switch.");
|
||||
}
|
||||
|
||||
ImplodeLoadableTupleValue(ArrayRef<ManagedValue> values,
|
||||
|
||||
Reference in New Issue
Block a user