Commit 829bb6fd authored by Martin Storsjö's avatar Martin Storsjö
Browse files

[docs] Update the release notes for the backported feature with thunks for ARM64

llvm-svn: 353397
parent cb2d048c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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.