Remove Type Body Fingerprints Flags

This infrastructure has more than proven itself. Drop the code paths and tests supporting the status quo.
This commit is contained in:
Robert Widmann
2020-10-01 13:09:00 -07:00
parent e903630858
commit 74765a8ba8
48 changed files with 581 additions and 2018 deletions

View File

@@ -438,11 +438,6 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
Opts.VerifySyntaxTree = true;
}
Opts.EnableTypeFingerprints =
Args.hasFlag(options::OPT_enable_type_fingerprints,
options::OPT_disable_type_fingerprints,
LangOptions().EnableTypeFingerprints);
if (Args.hasArg(OPT_emit_fine_grained_dependency_sourcefile_dot_files))
Opts.EmitFineGrainedDependencySourcefileDotFiles = true;