[llvm] [DTLTO] [LLVM] Initial DTLTO cache implementation (PR #156433)

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 17 09:34:28 PDT 2025


================
@@ -2244,14 +2245,17 @@ class OutOfProcessThinBackend : public CGThinBackend {
 
   SmallVector<StringRef, 0> CodegenOptions;
   DenseSet<StringRef> CommonInputs;
-
+  std::atomic<uint64_t> CachedJobs{0};
----------------
teresajohnson wrote:

Add comment description

https://github.com/llvm/llvm-project/pull/156433


More information about the llvm-commits mailing list