[llvm] [DTLTO] [LLVM] Initial DTLTO cache implementation (PR #156433)
Katya Romanova via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 16 22:04:56 PDT 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:
Agreed. Removed !Cache.getCacheDirectoryPath().empty()
https://github.com/llvm/llvm-project/pull/156433
More information about the llvm-commits
mailing list