================
@@ -1081,7 +1084,8 @@ int clang_scan_deps_main(int argc, char **argv, const 
llvm::ToolContext &) {
   };
 
   DependencyScanningService Service(ScanMode, Format, OptimizeArgs,
-                                    EagerLoadModules, /*TraceVFS=*/Verbose);
+                                    EagerLoadModules, /*TraceVFS=*/Verbose,
+                                    CacheNegativeStats);
----------------
benlangmuir wrote:

I think this is passing the flag to the `BuildSessionTimestamp` parameter.

https://github.com/llvm/llvm-project/pull/144000
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to