[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.
This commit is contained in:
Dunbobbin 2025-07-23 07:40:34 +01:00 committed by Tobias Hieta
parent 6cd82c569d
commit 132d231605

View File

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