[PATCH] D66279: [ELF] Make LinkerScript::assignAddresses iterative

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 16 07:07:44 PDT 2019


peter.smith added a comment.

I've created D66346 <https://reviews.llvm.org/D66346> which maxes out the permitted Thunk convergence limit. I've done it as Arm rather than AArch64 as the range limits are lower on Arm. This should be sufficient to test that if there is any interaction between convergence limits. Apologies for the delay in putting it together.


Repository:
  rLLD LLVM Linker

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66279/new/

https://reviews.llvm.org/D66279





More information about the llvm-commits mailing list