[llvm] [DTLTO][LLVM] Integrated Distributed ThinLTO (DTLTO) (PR #127749)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 10 10:00:39 PDT 2025
bd1976bris wrote:
> I just wanted to add my comment here. I have been working with @bd1976bris to try out these changes with FastBuild for our internal build infrastructure and I am happy to report that I have a PoC working based on this and I was recently able to get distribution to work. I found the interface easy to work with and was able to get my PoC to work pretty quickly.
>
> I am happy for this PR to move forward at this point. We probably need some changes in order to be more cache friendly, but I think that can come later.
While working with Tobias, I back-ported this PR to LLVM 19 and wired up the Clang and LLD side changes.
In case it helps anyone else, that can be found here: https://github.com/bd1976bris/llvm-project/commits/dtlto_llvm19/.
https://github.com/llvm/llvm-project/pull/127749
More information about the llvm-commits
mailing list