https://github.com/bd1976bris created https://github.com/llvm/llvm-project/pull/150171
Add a release note for the core LLVM changes for DTLTO. >From 09961560451c4ac4bbef1f569d3b973e5ba0ddee Mon Sep 17 00:00:00 2001 From: Dunbobbin <ben.dunbob...@sony.com> Date: Wed, 23 Jul 2025 07:14:57 +0100 Subject: [PATCH] [DTLTO] Add LLVM release note for LLVM 21 Add a release note for the core LLVM changes for DTLTO. --- llvm/docs/ReleaseNotes.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md index 0d63608389520..bafd7ba38aaae 100644 --- a/llvm/docs/ReleaseNotes.md +++ b/llvm/docs/ReleaseNotes.md @@ -331,6 +331,13 @@ Changes to Sanitizers Other Changes ------------- +* A new ThinLTO backend has been added to implement the + [Integrated Distributed ThinLTO](https://llvm.org/docs/DTLTO.html) (DTLTO) + feature. This new backend delegates the ThinLTO backend compilation jobs to an + external process (the distributor), which in turn coordinates distribution + through a system such as Incredibuild. A JSON interface is used for + communication with the distributor. + ([#47468](https://github.com/llvm/llvm-project/issues/47468)). External Open Source Projects Using LLVM {{env.config.release}} =============================================================== _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits