diff options
| author | Fangrui Song <i@maskray.me> | 2024-09-21 09:35:01 -0700 |
|---|---|---|
| committer | Fangrui Song <i@maskray.me> | 2024-09-21 09:35:01 -0700 |
| commit | 0f57d5e19a1a9fe617a3513163a7777f0bf5dea5 (patch) | |
| tree | 423269cd0c2be55fbf7662ca3cf2d5c6f3cf498f /lld/docs/ReleaseNotes.rst | |
| parent | 18225c783a00bde62f19a177a57de388e20c2bba (diff) | |
| download | llvm-users/MaskRay/spr/elf-add-thinlto-index.zip llvm-users/MaskRay/spr/elf-add-thinlto-index.tar.gz llvm-users/MaskRay/spr/elf-add-thinlto-index.tar.bz2 | |
[𝘀𝗽𝗿] initial versionusers/MaskRay/spr/elf-add-thinlto-index
Created using spr 1.3.5-bogner
Diffstat (limited to 'lld/docs/ReleaseNotes.rst')
| -rw-r--r-- | lld/docs/ReleaseNotes.rst | 4 |
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 ---------------- |
