-
-
Notifications
You must be signed in to change notification settings - Fork 470
New issue
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
Rust on ppc64le: unknown relocation R_PPC64_DTPREL16_LO_DS #1192
Comments
Thank you for your report. We can just support that relocation. Let me try doing that next week. |
Awesome! I'm happy to test. |
Does the above fix work for you? |
It does not, and I suspect it's because 9f07fd0 added support for
I tried applying the same thing to |
Is your program open-source? If so, let me know the name of it. I want to try it myself. |
With the above change, |
Agreed, it works! Thank you. |
I've been noticing decent speed improvements on my ppc64le workstation, so I became a sponsor :) |
Thanks! 😀 |
Trying to use Mold with Rust on ppc64le results in this error:
unknown relocation: R_PPC64_DTPREL16_LO_DS
.I also tried with
mold -run cargo build
, which gave the same error. The Mold binary installed is the precompiled ppc64le binary from the releases page.My apologies if this isn't the appropriate place to post this.
The text was updated successfully, but these errors were encountered: