mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #71161 from artemcm/IncrementalExplicitHeaderFixes
[Explicit Module Builds] Register Clang module dependencies' input `.h` files with the dependency tracker
This commit is contained in:
@@ -418,7 +418,7 @@ static bool buildModuleFromInterface(CompilerInstance &Instance) {
|
||||
Instance, Invocation.getClangModuleCachePath(),
|
||||
FEOpts.BackupModuleInterfaceDir, PrebuiltCachePath, ABIPath, InputPath,
|
||||
Invocation.getOutputFilename(),
|
||||
FEOpts.SerializeModuleInterfaceDependencyHashes,
|
||||
/* shouldSerializeDeps */ true,
|
||||
Invocation.getSearchPathOptions().CandidateCompiledModules);
|
||||
else
|
||||
return ModuleInterfaceLoader::buildSwiftModuleFromSwiftInterface(
|
||||
|
||||
Reference in New Issue
Block a user