[ELF][ARM] Add a test that maxes out the thunk convergence limit
authorPeter Smith <peter.smith@linaro.org>
Mon, 19 Aug 2019 09:46:52 +0000 (09:46 +0000)
committerPeter Smith <peter.smith@linaro.org>
Mon, 19 Aug 2019 09:46:52 +0000 (09:46 +0000)
commit2cafd872fb97f2899ac0f1b01ed82ee88581c86d
treeccfb19b96b13dcb61ef8ca4bff347b0d598914bb
parentf312c1ecf4bc7003f4b10231a3147d004a39bfae
[ELF][ARM] Add a test that maxes out the thunk convergence limit

Add a test that takes the maximum amount of passes permitted to converge.
This will make sure that any symbol defined in a linker script gets the
correct value and that any other convergence limit involving symbol address
doesn't restrict Thunk convergence.

Differential Revision: https://reviews.llvm.org/D66346

llvm-svn: 369246
lld/test/ELF/arm-thunk-many-passes.s [new file with mode: 0644]