[llvm-branch-commits] [lld] r326103 - Fix type in the Release Notes.
Rafael Espindola via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Feb 26 09:57:55 PST 2018
Author: rafael
Date: Mon Feb 26 09:57:55 2018
New Revision: 326103
URL: http://llvm.org/viewvc/llvm-project?rev=326103&view=rev
Log:
Fix type in the Release Notes.
Thanks to Martin Storsjö for noticing it!
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=326103&r1=326102&r2=326103&view=diff
==============================================================================
--- lld/branches/release_60/docs/ReleaseNotes.rst (original)
+++ lld/branches/release_60/docs/ReleaseNotes.rst Mon Feb 26 09:57:55 2018
@@ -57,7 +57,7 @@ ELF Improvements
* lld can now identify and patch a code sequence that triggers AArch64 errata 843419.
Add ``--fix-cortex-a53-843419`` to enable the feature.
-* lld can now generate thunks for out of range thunks.
+* lld can now generate thunks for out of range branches.
* MIPS port now generates all output dynamic relocations using Elf_Rel format only.
More information about the llvm-branch-commits
mailing list