Author: Dunbobbin
Date: 2025-07-24T11:59:36+02:00
New Revision: 6cd82c569d15727ffd878633f78ffb1738f735f0

URL: 
https://github.com/llvm/llvm-project/commit/6cd82c569d15727ffd878633f78ffb1738f735f0
DIFF: 
https://github.com/llvm/llvm-project/commit/6cd82c569d15727ffd878633f78ffb1738f735f0.diff

LOG: [DTLTO] Add LLVM release note for LLVM 21

Add a release note for the core LLVM changes for DTLTO.

Added: 
    

Modified: 
    llvm/docs/ReleaseNotes.md

Removed: 
    


################################################################################
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

Reply via email to