-
-
Notifications
You must be signed in to change notification settings - Fork 415
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
"gold" linker should be replaced with another linker #4521
Comments
I updated the title to be more general - to satisfy this ticket we just need to replace it with any working linker - not necessarily LLD. Though the embedded LLD mentioned in the other ticket would be a nice touch - it would be a lot more work than the simple change you have above. Whatever linker we select should be a widely available one, since we'd need to expect ponyc users to have it on their machines, as a dependency (unless we use an embedded LLD to completely remove the external dependency). |
Support for |
@burjui if mold is a drop in replacement for gold then you should be able to use it now on any platform where we are using gold. |
Discussed in the sync call today. It's unclear how "dead" Note that if you're running on a system where |
The "gold" linker is being used on Linux, but Gentoo devs dropped support for it, after declaring it dead upstream: https://bugs.gentoo.org/936112
Replacing it with an external "lld" is as easy as:
This issue has been separated from the similarly named #1837
The text was updated successfully, but these errors were encountered: