[llvm-branch-commits] [llvm] [DTLTO] Add LLVM release note for LLVM 21 (PR #150171)
Tobias Hieta via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jul 24 02:59:44 PDT 2025
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/150171
>From 6cd82c569d15727ffd878633f78ffb1738f735f0 Mon Sep 17 00:00:00 2001
From: Dunbobbin <Ben.Dunbobbin at 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}}
===============================================================
More information about the llvm-branch-commits
mailing list