2 // RUN
: llvm-mc
-filetype
=obj
-triple
=thumbv7a-windows-gnu
%s
-o
%t.obj
3 // RUN
: env LLD_IN_TEST
=1 not lld-link
-entry
:_start
-subsystem
:console
%t.obj
-out
:%t.exe
2>&1 | FileCheck
%s
13 // When trying to
add a thunk at the end of the section
, the thunk itself
14 // will
be too far away
, so this won
't converge.
16 // CHECK: adding thunks hasn't converged