-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Open
Labels
A-linkersArea: linkers... you gotta love linkersArea: linkers... you gotta love linkersC-discussionCategory: Discussion or questions that doesn't represent real issues.Category: Discussion or questions that doesn't represent real issues.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Description
@Kobzol Chromium builds its Rust toolchain against a specific LLVM revision. I'm adding the wasm32-unknown-unknown
target to that toolchain, so I need rust-lld
to be available. It was working correctly until this PR, but now the stage1
compiler no longer generates rust-lld
. I'm uncertain whether just copying lld
as rust-lld
would work across all platforms — I suspect there may be compatibility issues. Curious about your thoughts.
Metadata
Metadata
Assignees
Labels
A-linkersArea: linkers... you gotta love linkersArea: linkers... you gotta love linkersC-discussionCategory: Discussion or questions that doesn't represent real issues.Category: Discussion or questions that doesn't represent real issues.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)