We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
-Wl,--no-relax
The text was updated successfully, but these errors were encountered:
@asb @MaskRay any ideas ?
Sorry, something went wrong.
openssl: Drop riscv workarounds to add libatomic
3eea11f
Additionally disable relaxation on rv32 with lld see [1] [1] llvm/llvm-project#113838 Signed-off-by: Khem Raj <raj.khem@gmail.com>
9dc2588
No branches or pull requests
With master as of e33aec8, LLD is unable to link openSSL test binary on RISCV32
Ends up with
The reproducer is here - https://uclibc.org/~kraj/reproduce.tar
If I use
-Wl,--no-relax
then it works.The text was updated successfully, but these errors were encountered: