mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Revert "[ScanDependency] Allow importing binary testable module when no interface"
This reverts commit 90a1586c3c.
This commit is contained in:
@@ -163,10 +163,8 @@ protected:
|
||||
}
|
||||
|
||||
/// Scan the given serialized module file to determine dependencies.
|
||||
llvm::ErrorOr<ModuleDependencyInfo> scanModuleFile(Twine modulePath,
|
||||
bool isFramework,
|
||||
bool isTestableImport,
|
||||
bool hasInterface);
|
||||
llvm::ErrorOr<ModuleDependencyInfo>
|
||||
scanModuleFile(Twine modulePath, bool isFramework, bool isTestableImport);
|
||||
|
||||
struct BinaryModuleImports {
|
||||
llvm::StringSet<> moduleImports;
|
||||
|
||||
Reference in New Issue
Block a user