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
Removes redundant LLD configuration for x86_64-unknown-linux-gnu (#21157)
## Objective
Fixes#21121
Recent Rust versions use LLD by default for `x86_64-unknown-linux-gnu`,
so our config is redundant.
## Solution
Removes the LLD-specific configuration for Linux:
- `linker = "clang"`
- LLD installation instructions
- LLD flags in `rustdocflags`
Also updated the docs to reflect this change and clarified that the Mold
instructions about disabling LLD are now Windows-only.
## Testing
Builds successfully without the removed configuration.
0 commit comments