Skip to content

Provide rust-lld on s390x (for the wasm target) #94324

Closed
@uweigand

Description

@uweigand

Trying to build for the wasm32-unknown-unknown target on a s390x host fails with:

  `rust-lld` not found, please install it!

This seems to be because - unlike on other architectures - rust-lld is not built and packaged as part of the rust toolchain.

Now, it is true that LLD currently does not support the s390x architecture. But that is only an issue when trying to use the s390x architecture as target - it is completely fine to build LLD on a s390x host and use it to link binaries for any other target architecture it supports, in particular including wasm.

Would it be possible to include rust-lld on s390x as well, to make building wasm binaries more straightforward?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions