mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Dependency Scanning] Add import statement source locations to the dependency scanner cache serialization format
This commit is contained in:
@@ -246,8 +246,8 @@ SwiftModuleScanner::scanInterfaceFile(Twine moduleInterfacePath,
|
||||
|
||||
Result = ModuleDependencyInfo::forSwiftInterfaceModule(
|
||||
outputPathBase.str().str(), InPath, compiledCandidatesRefs,
|
||||
ArgsRefs, linkLibraries, PCMArgs, Hash, isFramework, isStatic, {},
|
||||
/*module-cache-key*/ "", UserModVer);
|
||||
ArgsRefs, {}, {}, linkLibraries, PCMArgs, Hash, isFramework,
|
||||
isStatic, {}, /*module-cache-key*/ "", UserModVer);
|
||||
|
||||
if (Ctx.CASOpts.EnableCaching) {
|
||||
std::vector<std::string> clangDependencyFiles;
|
||||
|
||||
Reference in New Issue
Block a user