mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[ModuleInterface] Pass -Rmodule-interface-rebuild to sub-invocation (#24737)
Previously, we wouldn't pass this flag to sub-invocations, which means that if we had to fall back and recompile a transitive import, we wouldn't get a remark. rdar://50729662
This commit is contained in:
@@ -167,7 +167,8 @@ public:
|
||||
static bool buildSwiftModuleFromSwiftInterface(
|
||||
ASTContext &Ctx, StringRef CacheDir, StringRef PrebuiltCacheDir,
|
||||
StringRef ModuleName, StringRef InPath, StringRef OutPath,
|
||||
bool SerializeDependencyHashes, bool TrackSystemDependencies);
|
||||
bool SerializeDependencyHashes, bool TrackSystemDependencies,
|
||||
bool RemarkOnRebuildFromInterface);
|
||||
};
|
||||
|
||||
/// Extract the specified-or-defaulted -module-cache-path that winds up in
|
||||
|
||||
Reference in New Issue
Block a user