mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/master' into master-rebranch
This commit is contained in:
@@ -3927,6 +3927,10 @@ public:
|
||||
llvm_unreachable("should not serialize an invalid type");
|
||||
}
|
||||
|
||||
void visitHoleType(const HoleType *) {
|
||||
llvm_unreachable("should not serialize an invalid type");
|
||||
}
|
||||
|
||||
void visitModuleType(const ModuleType *) {
|
||||
llvm_unreachable("modules are currently not first-class values");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user