mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Drop "Private Deps" Flag
In order for type body fingerprints to work, these declarations must always be included. Drop the ability to turn this off.
This commit is contained in:
@@ -441,9 +441,6 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
if (Args.hasArg(OPT_emit_fine_grained_dependency_sourcefile_dot_files))
|
||||
Opts.EmitFineGrainedDependencySourcefileDotFiles = true;
|
||||
|
||||
if (Args.hasArg(OPT_fine_grained_dependency_include_intrafile))
|
||||
Opts.FineGrainedDependenciesIncludeIntrafileOnes = true;
|
||||
|
||||
if (Args.hasArg(OPT_enable_experimental_additive_arithmetic_derivation))
|
||||
Opts.EnableExperimentalAdditiveArithmeticDerivedConformances = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user