mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
DependenciesScanner: report user module version for textual Swift interfaces
This commit is contained in:
@@ -688,7 +688,7 @@ public:
|
||||
SourceLoc diagLoc,
|
||||
llvm::function_ref<std::error_code(ASTContext&, ModuleDecl*,
|
||||
ArrayRef<StringRef>, ArrayRef<StringRef>,
|
||||
StringRef)> action) override;
|
||||
StringRef, StringRef)> action) override;
|
||||
std::error_code runInSubCompilerInstance(StringRef moduleName,
|
||||
StringRef interfacePath,
|
||||
StringRef sdkPath,
|
||||
|
||||
Reference in New Issue
Block a user