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

Katya Romanova via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 20 02:26:40 PDT 2025


================
@@ -2326,6 +2336,35 @@ class OutOfProcessThinBackend : public CGThinBackend {
             else
               Err = std::move(E);
           }
+
+          if (Cache.isValid() &&
----------------
romanova-ekaterina wrote:

I will do it in a separate commit.


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


More information about the llvm-commits mailing list