mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Frontend] Internalize createDependencyTracker
Expand the FrontendOptions to allow the enabling of the dependency tracker for non-system dependencies, and switch the previous clients of `createDependencyTracker` over to using this option. This ensures that the dependency tracker is now set only during `CompilerInstance::setup`.
This commit is contained in:
@@ -793,7 +793,7 @@ static bool buildModuleFromInterface(CompilerInstance &Instance) {
|
||||
PrebuiltCachePath, Invocation.getModuleName(), InputPath,
|
||||
Invocation.getOutputFilename(),
|
||||
FEOpts.SerializeModuleInterfaceDependencyHashes,
|
||||
FEOpts.TrackSystemDeps, LoaderOpts);
|
||||
FEOpts.shouldTrackSystemDependencies(), LoaderOpts);
|
||||
}
|
||||
|
||||
static bool compileLLVMIR(CompilerInstance &Instance) {
|
||||
|
||||
Reference in New Issue
Block a user