Open
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.