Merge pull request #29772 from DougGregor/disable-one-dependency-file

This commit is contained in:
swift-ci
2020-02-11 17:20:54 -08:00
committed by GitHub
2 changed files with 8 additions and 6 deletions

View File

@@ -964,7 +964,7 @@ Driver::buildCompilation(const ToolChain &TC,
const bool OnlyOneDependencyFile =
ArgList->hasFlag(options::OPT_enable_only_one_dependency_file,
options::OPT_disable_only_one_dependency_file, true);
options::OPT_disable_only_one_dependency_file, false);
// relies on the new dependency graph
// Get the default from the initializer in LangOptions.