[llvm-branch-commits] [clang] [DTLTO] Add Clang release note for LLVM 21 (PR #150172)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jul 22 23:37:30 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang
Author: bd1976bris (bd1976bris)
<details>
<summary>Changes</summary>
DTLTO-related Clang changes were cherry-picked to the LLVM 21 branch in https://github.com/llvm/llvm-project/pull/149978.
This commit adds the corresponding release note.
---
Full diff: https://github.com/llvm/llvm-project/pull/150172.diff
1 Files Affected:
- (modified) clang/docs/ReleaseNotes.rst (+2)
``````````diff
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 2add72a1654b1..4fae450786c38 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -376,6 +376,8 @@ New Compiler Flags
- New options ``-g[no-]key-instructions`` added, disabled by default. Reduces jumpiness of debug stepping for optimized code in some debuggers (not LLDB at this time). Not recommended for use without optimizations. DWARF only. Note both the positive and negative flags imply ``-g``.
+- New options ``-fthinlto-distributor=`` and ``-Xthinlto-distributor=`` added for Integrated Distributed ThinLTO (DTLTO). DTLTO enables the distribution of backend ThinLTO compilations via external distribution systems, such as Incredibuild, during the traditional link step. (#GH147265, `docs <https://clang.llvm.org/docs/ThinLTO.html#integrated-distributed-thinlto-dtlto>`_).
+
Deprecated Compiler Flags
-------------------------
``````````
</details>
https://github.com/llvm/llvm-project/pull/150172
More information about the llvm-branch-commits
mailing list