[PATCH] D52908: [LLD] [docs] Mention some notable feature in the release notes
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 4 14:37:37 PDT 2018
mstorsjo added inline comments.
================
Comment at: docs/ReleaseNotes.rst:54-55
+
+* lld can create thunks for ARM, to allow linking images over 16 MB
+ (which link.exe doesn't support).
+
----------------
smeenai wrote:
> I'm pretty certain link.exe supports branch islands. They even have optimization options related to that (see `/opt:lbr`): https://docs.microsoft.com/en-us/cpp/build/reference/opt-optimizations?view=vs-2017
Oh, ok. I remember testing a pretty synthetic test case which it failed to link though, but maybe it does better with real-word code.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D52908
More information about the llvm-commits
mailing list