Open
Description
With master as of e33aec8, LLD is unable to link openSSL test binary on RISCV32
Ends up with
riscv32-yoe-linux-musl-ld.lld: error: relaxation not converged
The reproducer is here - https://uclibc.org/~kraj/reproduce.tar
If I use -Wl,--no-relax
then it works.