[llvm-branch-commits] [lld] 132d231 - [DTLTO] Add COFF LLD release note for LLVM 21
Tobias Hieta via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jul 24 02:59:59 PDT 2025
Author: Dunbobbin
Date: 2025-07-24T11:59:52+02:00
New Revision: 132d2316053b86358f2d1502be7956be029ac40c
URL: https://github.com/llvm/llvm-project/commit/132d2316053b86358f2d1502be7956be029ac40c
DIFF: https://github.com/llvm/llvm-project/commit/132d2316053b86358f2d1502be7956be029ac40c.diff
LOG: [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.
Added:
Modified:
lld/docs/ReleaseNotes.rst
Removed:
################################################################################
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