llvmbot wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lld

Author: bd1976bris (bd1976bris)

<details>
<summary>Changes</summary>

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.

---
Full diff: https://github.com/llvm/llvm-project/pull/150173.diff


1 Files Affected:

- (modified) lld/docs/ReleaseNotes.rst (+3) 


``````````diff
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
 ------------------

``````````

</details>


https://github.com/llvm/llvm-project/pull/150173
_______________________________________________
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