Skip to content
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

Support for System Z target in LLD #57097

Closed
basedjakfan2 opened this issue Aug 11, 2022 · 7 comments
Closed

Support for System Z target in LLD #57097

basedjakfan2 opened this issue Aug 11, 2022 · 7 comments

Comments

@basedjakfan2
Copy link

Hello, I noticed that lld does not have support for System Z (s390x) target, I want to use LLVM/Clang toolchain targeting this architecture but unfortunately I can't due to missing support for LLD. Are there plans on supporting s390x in LLD? That could be pretty useful for software developers that do not want to depend on GNU software.

Best wishes

@dmoody256
Copy link

+1

@brandond
Copy link

brandond commented Feb 1, 2023

Would love this as well. This appears to be blocking us from building WasmEdge (via containerd/runwasi) on s390x.

@manogy
Copy link

manogy commented Aug 29, 2023

+1 looking for this to get enabled

@tuliom
Copy link
Contributor

tuliom commented Sep 8, 2023

@basedjakfan2 there is an on-going work for this.
@uweigand implemented an initial draft for this and I've been testing/validating it with existent open source projects.

@tstellar
Copy link
Collaborator

tstellar commented Dec 15, 2023

Initial Patch: #75643

@uweigand
Copy link
Member

Now fixed via #75643

@llvmbot
Copy link
Collaborator

llvmbot commented Feb 13, 2024

@llvm/issue-subscribers-lld-elf

Author: Ishimoto Shinobu (basedjakfan2)

Hello, I noticed that lld does not have support for System Z (s390x) target, I want to use LLVM/Clang toolchain targeting this architecture but unfortunately I can't due to missing support for LLD. Are there plans on supporting s390x in LLD? That could be pretty useful for software developers that do not want to depend on GNU software.

Best wishes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants