mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Serialization] Keep going after fatal errors in getAllWitnessTables
This commit is contained in:
@@ -3946,7 +3946,7 @@ void SILDeserializer::getAllWitnessTables() {
|
||||
// import, it is safe to ignore for this function's purpose.
|
||||
consumeError(maybeTable.takeError());
|
||||
} else {
|
||||
MF->fatal(maybeTable.takeError());
|
||||
MF->diagnoseAndConsumeFatal(maybeTable.takeError());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user