You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering the error in the title when trying to compile rust with lld 20.1.8 as packaged by Arch on aarch64. I'm using gcc 15.2.1 compiled with --enable-fix-cortex-a53-835769 and --enable-fix-cortex-a53-843419 options.
The --fix-cortex-a53-835769 flag seems to be getting injected at some point in rust's build process and there doesn't appear to be a straightforward way to override it nor the usage of lld instead of another linker that supports this flag.
Per https://lld.llvm.org/, lld is meant to be a drop-in replacement for GNU ld. Also it appears that the work to try to support the fix was actually merged quite some time ago. But perhaps the option was simply never added to lld?
Let me know if there is any other information I can provide. Thanks!