[llvm-branch-commits] [lld] [DTLTO] Add COFF LLD release note for LLVM 21 (PR #150173)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Jul 22 23:47:08 PDT 2025


https://github.com/bd1976bris created https://github.com/llvm/llvm-project/pull/150173

DTLTO-related COFF LLD changes were cherry-picked to the LLVM 21 release branch in:
  https://github.com/llvm/llvm-project/pull/149979

This commit adds the corresponding release note, modeled after the previously added note for ELF LLD DTLTO support.

>From 9fd9abc0cdca766126890906f0a849e40704baca Mon Sep 17 00:00:00 2001
From: Dunbobbin <Ben.Dunbobbin at sony.com>
Date: Wed, 23 Jul 2025 07:40:34 +0100
Subject: [PATCH] [DTLTO] Add COFF LLD release note for LLVM 21

DTLTO-related COFF LLD changes were cherry-picked to the LLVM 21
release branch in:
  https://github.com/llvm/llvm-project/pull/149979

This commit adds the corresponding release note, modeled after
the previously added note for ELF LLD DTLTO support.
---
 lld/docs/ReleaseNotes.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst
index 863b201891006..03671c6f3b6f2 100644
--- a/lld/docs/ReleaseNotes.rst
+++ b/lld/docs/ReleaseNotes.rst
@@ -92,6 +92,9 @@ Breaking changes
 
 COFF Improvements
 -----------------
+* ``/thinlto-distributor`` and ``/thinlto-remote-compiler`` options
+  added to support Integrated Distributed ThinLTO.
+  (`#147265 <https://github.com/llvm/llvm-project/pull/147265>`_)
 
 MinGW Improvements
 ------------------



More information about the llvm-branch-commits mailing list