================ @@ -463,6 +599,11 @@ bool DependencyScanningAction::runInvocation( // which ensures that the compiler won't create new dependency collectors, // and thus won't write out the extra '.d' files to disk. auto Opts = std::make_unique<DependencyOutputOptions>(); + + // We rely on the behaviour that that ScanInstance's Invocation instance's + // dependency output opts are cleared here. ---------------- jansvoboda11 wrote:
This probably got garbled. https://github.com/llvm/llvm-project/pull/161300 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
