Author: mstorsjo
Date: Thu Feb  7 03:29:02 2019
New Revision: 353397

URL: http://llvm.org/viewvc/llvm-project?rev=353397&view=rev
Log:
[docs] Update the release notes for the backported feature with thunks for ARM64

Modified:
    lld/branches/release_80/docs/ReleaseNotes.rst

Modified: lld/branches/release_80/docs/ReleaseNotes.rst
URL: 
http://llvm.org/viewvc/llvm-project/lld/branches/release_80/docs/ReleaseNotes.rst?rev=353397&r1=353396&r2=353397&view=diff
==============================================================================
--- lld/branches/release_80/docs/ReleaseNotes.rst (original)
+++ lld/branches/release_80/docs/ReleaseNotes.rst Thu Feb  7 03:29:02 2019
@@ -61,7 +61,8 @@ COFF Improvements
 
 * lld now can link against import libraries produced by GNU tools.
 
-* lld can create thunks for ARM, to allow linking images over 16 MB.
+* lld can create thunks for ARM and ARM64, to allow linking larger images
+  (over 16 MB for ARM and over 128 MB for ARM64)
 
 * Several speed and memory usage improvements.
 


_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to