mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Use the initial value of EnableFineGrainedDependencies as the default.
This commit is contained in:
@@ -428,7 +428,8 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
|
||||
Opts.EnableFineGrainedDependencies =
|
||||
Args.hasFlag(options::OPT_enable_fine_grained_dependencies,
|
||||
options::OPT_disable_fine_grained_dependencies, false);
|
||||
options::OPT_disable_fine_grained_dependencies,
|
||||
Opts.EnableFineGrainedDependencies);
|
||||
|
||||
if (Args.hasArg(OPT_emit_fine_grained_dependency_sourcefile_dot_files))
|
||||
Opts.EmitFineGrainedDependencySourcefileDotFiles = true;
|
||||
|
||||
Reference in New Issue
Block a user