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 @@ -2384,7 +2384,6 @@ std::error_code ExplicitSwiftModuleLoader::findModuleFilesInDirectory(
23842384 std::unique_ptr<llvm::MemoryBuffer> *ModuleSourceInfoBuffer,
23852385 bool IsCanImportLookup, bool IsFramework,
23862386 bool IsTestableDependencyLookup) {
2387- llvm_unreachable (" Not supported in the Explicit Swift Module Loader." );
23882387 return std::make_error_code (std::errc::not_supported);
23892388}
23902389
@@ -2758,7 +2757,6 @@ std::error_code ExplicitCASModuleLoader::findModuleFilesInDirectory(
27582757 std::unique_ptr<llvm::MemoryBuffer> *ModuleSourceInfoBuffer,
27592758 bool IsCanImportLookup, bool IsFramework,
27602759 bool IsTestableDependencyLookup) {
2761- llvm_unreachable (" Not supported in the Explicit Swift Module Loader." );
27622760 return std::make_error_code (std::errc::not_supported);
27632761}
27642762
You can’t perform that action at this time.
0 commit comments