File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -2364,7 +2364,6 @@ std::error_code ExplicitSwiftModuleLoader::findModuleFilesInDirectory(
23642364 std::unique_ptr<llvm::MemoryBuffer> *ModuleSourceInfoBuffer,
23652365 bool IsCanImportLookup, bool IsFramework,
23662366 bool IsTestableDependencyLookup) {
2367- llvm_unreachable (" Not supported in the Explicit Swift Module Loader." );
23682367 return std::make_error_code (std::errc::not_supported);
23692368}
23702369
@@ -2712,7 +2711,6 @@ std::error_code ExplicitCASModuleLoader::findModuleFilesInDirectory(
27122711 std::unique_ptr<llvm::MemoryBuffer> *ModuleSourceInfoBuffer,
27132712 bool IsCanImportLookup, bool IsFramework,
27142713 bool IsTestableDependencyLookup) {
2715- llvm_unreachable (" Not supported in the Explicit Swift Module Loader." );
27162714 return std::make_error_code (std::errc::not_supported);
27172715}
27182716
You can’t perform that action at this time.
0 commit comments