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

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 4 08:36:18 PST 2025


================

----------------
teresajohnson wrote:

The return type is confusing, since you always return success but update Err to something other than success when there is an error. Can you change this function to return the error when one occurs and invoke joinErrors in the caller? I.e. structure like InProcessThinBackend::runThinLTOBackendThread. Suggestions to that effect below.

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


More information about the llvm-commits mailing list