aboutsummaryrefslogtreecommitdiff
path: root/lld/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'lld/docs/ReleaseNotes.rst')
-rw-r--r--lld/docs/ReleaseNotes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst
index 6d09de1..0f0396b 100644
--- a/lld/docs/ReleaseNotes.rst
+++ b/lld/docs/ReleaseNotes.rst
@@ -36,6 +36,10 @@ ELF Improvements
increases the expressive power of linker scripts.
(`#95323 <https://github.com/llvm/llvm-project/pull/95323>`_)
+* Experimental ``--thinlto-index=`` is added for distributed ThinLTO,
+ addressing some symbol resolution issues with the old ``--thinlto-index-only=``.
+ The ThinLTO indexing and the final link have very similar command lines.
+
Breaking changes
----------------