[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
================
@@ -2417,6 +2456,9 @@ class OutOfProcessThinBackend : public CGThinBackend {
for (const auto &J : Jobs) {
assert(J.Task != 0);
+ if (!Cache.getCacheDirectoryPath().empty() && J.Cached)
----------------
teresajohnson wrote:
When would Cache.getCacheDirectoryPath().empty() be true at the same time as J.Cached?
https://github.com/llvm/llvm-project/pull/156433
More information about the llvm-commits
mailing list