Skip to content

Commit 6cd82c5

Browse files
bd1976bristru
authored andcommitted
[DTLTO] Add LLVM release note for LLVM 21
Add a release note for the core LLVM changes for DTLTO.
1 parent 64a274f commit 6cd82c5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

llvm/docs/ReleaseNotes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,13 @@ Changes to Sanitizers
331331

332332
Other Changes
333333
-------------
334+
* A new ThinLTO backend has been added to implement the
335+
[Integrated Distributed ThinLTO](https://llvm.org/docs/DTLTO.html) (DTLTO)
336+
feature. This new backend delegates the ThinLTO backend compilation jobs to an
337+
external process (the distributor), which in turn coordinates distribution
338+
through a system such as Incredibuild. A JSON interface is used for
339+
communication with the distributor.
340+
([#47468](https://github.com/llvm/llvm-project/issues/47468)).
334341

335342
External Open Source Projects Using LLVM {{env.config.release}}
336343
===============================================================

0 commit comments

Comments
 (0)