mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
NFC: Fix warning in ModuleFileSharedCore.cpp.
This commit is contained in:
@@ -531,9 +531,8 @@ std::string serialization::StatusToString(Status S) {
|
||||
case Status::TargetIncompatible: return "TargetIncompatible";
|
||||
case Status::TargetTooNew: return "TargetTooNew";
|
||||
case Status::SDKMismatch: return "SDKMismatch";
|
||||
default:
|
||||
llvm_unreachable("The switch should cover all cases");
|
||||
}
|
||||
llvm_unreachable("The switch should cover all cases");
|
||||
}
|
||||
|
||||
bool serialization::isSerializedAST(StringRef data) {
|
||||
|
||||
Reference in New Issue
Block a user