[llvm-branch-commits] [lld] r325811 - Add a few release notes.
Rafael Espindola via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Feb 22 10:20:07 PST 2018
Author: rafael
Date: Thu Feb 22 10:20:06 2018
New Revision: 325811
URL: http://llvm.org/viewvc/llvm-project?rev=325811&view=rev
Log:
Add a few release notes.
Modified:
lld/branches/release_60/docs/ReleaseNotes.rst
Modified: lld/branches/release_60/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/lld/branches/release_60/docs/ReleaseNotes.rst?rev=325811&r1=325810&r2=325811&view=diff
==============================================================================
--- lld/branches/release_60/docs/ReleaseNotes.rst (original)
+++ lld/branches/release_60/docs/ReleaseNotes.rst Thu Feb 22 10:20:06 2018
@@ -25,6 +25,28 @@ ELF Improvements
* Added handling of the R_MIPS_26 relocation in case of N32 / N64 ABIs
and generating proper PLT entries.
+* lld can patch Aarch64 errata 843419.
+
+* lld can generate thunks for out of range thunks.
+
+* ARM PLT entries automatically use short or long variants.
+
+* Lots of bug fixes. Should be able to handle almost all linker and version scripts.
+
+* Faster gdb index creation.
+
+* Tar files created by --reproduce now work even in the presence of absolute paths.
+
+* lld defaults to --hash-style=both.
+
+* ICF now deduplicates .eh_frame entries.
+
+* LLD supports the Android relocation packing format.
+
+* Debug info is used in more cases when reporting errors.
+
+* LLD can produce x86/x86_64 PLTs that use retpolines.
+
COFF Improvements
-----------------
More information about the llvm-branch-commits
mailing list