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

Katya Romanova via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 7 02:16:29 PST 2025


================
@@ -2417,6 +2456,9 @@ class OutOfProcessThinBackend : public CGThinBackend {
         for (const auto &J : Jobs) {
           assert(J.Task != 0);
 
+          if (!Cache.getCacheDirectoryPath().empty() && J.Cached)
----------------
romanova-ekaterina wrote:

Done

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


More information about the llvm-commits mailing list