mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Explicit Module Builds] Propagate the C++ Interop mode to interface sub-invocations and dependency scanner
This commit is contained in:
@@ -171,8 +171,8 @@ protected:
|
||||
std::string headerImport;
|
||||
};
|
||||
|
||||
static BinaryModuleImports
|
||||
getImportsOfModule(const ModuleFileSharedCore &loadedModule,
|
||||
llvm::ErrorOr<BinaryModuleImports>
|
||||
getImportsOfModule(Twine modulePath,
|
||||
ModuleLoadingBehavior transitiveBehavior,
|
||||
StringRef packageName, bool isTestableImport);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user