-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
lib/rustlib/<arch>/bin/gcc-ld/ld
should be wrapped for -Clinker-flavor=gcc-lld
#46
Comments
Wait, so Edit: Nope. I tried |
It's not about C libraries. Currently it doesn't work for a simple rust hello world program, since std requires
It may be another issue. Currently I'm using the |
On my machine, using |
Oh yes, it seems working now. Weird. I also tested |
Hmm, that's strange. When I use a dependency with
|
The option is available on nightly now: rust-lang/rust#85961
And it may be enabled by default on Ubuntu in the future: rust-lang/rust#71515
Currently the
ld
executable (actuallylld
) runs but failed to find C libraries. It should to be wrapped bywrapBintoolsWith
.The text was updated successfully, but these errors were encountered: