-
Notifications
You must be signed in to change notification settings - Fork 118
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
Try enabling lld #179
base: main
Are you sure you want to change the base?
Try enabling lld #179
Conversation
☔ The latest upstream changes (presumably #172) made this pull request unmergeable. Please resolve the merge conflicts. |
Would that improve build speeds? If so, what are we waiting for? 😁 |
We were waiting for CI to actually work. |
What happens if this uses lld but not the rest of our stuff btw? Isn't that a problem? |
Fun fact: we use lld on Windows for everything already! |
I'm a bit confused but I guess that wasn't my business anyway: I'm just wondering what's going on if we hardcode that flag in, but cargo itself doesn't use lld for its own linking step. |
We already tell cargo to use lld on Windows in Servo's .cargo/config. |
Sure, what I meant to say is:
|
Windows CI failed with:
No idea why. |
Caused by mozjs/mozjs/build/moz.configure/toolchain.configure Lines 1907 to 1910 in b2f8393
|
This branch has conflicts that must be resolved |
This is an experiment.
This change is