[llvm-branch-commits] [clang] fd13e38 - [DTLTO] Add Clang release note for LLVM 21
Tobias Hieta via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jul 28 00:35:19 PDT 2025
Author: Dunbobbin
Date: 2025-07-28T09:35:14+02:00
New Revision: fd13e381e48fa9ebbec6694c5fb3559902679056
URL: https://github.com/llvm/llvm-project/commit/fd13e381e48fa9ebbec6694c5fb3559902679056
DIFF: https://github.com/llvm/llvm-project/commit/fd13e381e48fa9ebbec6694c5fb3559902679056.diff
LOG: [DTLTO] Add Clang release note for LLVM 21
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.
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 3eb19ca55fc32..7408cf9548689 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, `ThinLTODocs <https://clang.llvm.org/docs/ThinLTO.html#integrated-distributed-thinlto-dtlto>`_).
+
Deprecated Compiler Flags
-------------------------
More information about the llvm-branch-commits
mailing list