-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Building lld fails on master #100853
Labels
C-bug
Category: This is a bug.
Comments
I believe we don't currently support building LLD when download-ci-llvm is used. |
Yeah, it builds when using |
djkoloski
pushed a commit
to djkoloski/rust
that referenced
this issue
Jan 4, 2023
The new `download-ci-llvm` configuration option dosn't work with `lld = true` (see rust-lang#100853). The Fuchsia walkthrough should recommend setting it to `false`.
compiler-errors
added a commit
to compiler-errors/rust
that referenced
this issue
Jan 5, 2023
…support_docs, r=tmandry Update Fuchsia walkthrough with new configs The new `download-ci-llvm` configuration option dosn't work with `lld = true` (see rust-lang#100853). The Fuchsia walkthrough should recommend setting it to `false`. r? `@tmandry`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Building lld using the
lld = true
option fails on latest master (3130203). Here is myconfig.toml
:I am getting the following error output:
I was able to build fine until rebasing to master, so I think this might be caused due to llvm update that recently took place.
System Information
Additional Files
The text was updated successfully, but these errors were encountered: