diff --git a/lib/Frontend/ModuleInterfaceLoader.cpp b/lib/Frontend/ModuleInterfaceLoader.cpp index 6b300e012cca7..35a3db79c2c25 100644 --- a/lib/Frontend/ModuleInterfaceLoader.cpp +++ b/lib/Frontend/ModuleInterfaceLoader.cpp @@ -2380,7 +2380,6 @@ std::error_code ExplicitSwiftModuleLoader::findModuleFilesInDirectory( std::unique_ptr *ModuleSourceInfoBuffer, bool IsCanImportLookup, bool IsFramework, bool IsTestableDependencyLookup) { - llvm_unreachable("Not supported in the Explicit Swift Module Loader."); return std::make_error_code(std::errc::not_supported); } @@ -2754,7 +2753,6 @@ std::error_code ExplicitCASModuleLoader::findModuleFilesInDirectory( std::unique_ptr *ModuleSourceInfoBuffer, bool IsCanImportLookup, bool IsFramework, bool IsTestableDependencyLookup) { - llvm_unreachable("Not supported in the Explicit Swift Module Loader."); return std::make_error_code(std::errc::not_supported); }