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

Cross compiling to any OS using the llvm compiler currently fails #3409

Closed
fschutt opened this issue Dec 6, 2022 · 3 comments
Closed

Cross compiling to any OS using the llvm compiler currently fails #3409

fschutt opened this issue Dec 6, 2022 · 3 comments
Assignees
Labels
priority-low Low priority issue 🏚 stale Inactive issues or PR
Milestone

Comments

@fschutt
Copy link
Contributor

fschutt commented Dec 6, 2022

Cross compiling to any OS using the llvm compiler currently fails:

let excluded_combinations = &[
("aarch64-darwin", "llvm"), // LLVM: aarch64 not supported relocation Arm64MovwG0 not supported
("aarch64-linux-gnu", "llvm"), // LLVM: aarch64 not supported relocation Arm64MovwG0 not supported
// https://github.com/ziglang/zig/issues/13729
("x86_64-darwin", "llvm"), // undefined reference to symbol 'wasmer_vm_raise_trap' kind Unknown
("x86_64-windows-gnu", "llvm"), // unimplemented symbol `wasmer_vm_raise_trap` kind Unknown
];

Originally posted by @syrusakbary in #3374 (comment)

@fschutt fschutt changed the title Cross compiling to any OS using the llvm compiler currently fails: Cross compiling to any OS using the llvm compiler currently fails Dec 6, 2022
@fschutt fschutt added this to the v3.2 milestone Dec 6, 2022
@ptitSeb ptitSeb added the priority-medium Medium priority issue label Dec 13, 2022
@fschutt
Copy link
Contributor Author

fschutt commented Dec 13, 2022

Blocked on ziglang/zig#13729

@ptitSeb ptitSeb modified the milestones: v3.2, v3.3 Dec 13, 2022
@ptitSeb ptitSeb added priority-low Low priority issue and removed priority-medium Medium priority issue labels Dec 13, 2022
@ptitSeb ptitSeb modified the milestones: v3.3, v4.x Apr 20, 2023
Copy link

stale bot commented Apr 21, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the 🏚 stale Inactive issues or PR label Apr 21, 2024
Copy link

stale bot commented May 22, 2024

Feel free to reopen the issue if it has been closed by mistake.

@stale stale bot closed this as completed May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority-low Low priority issue 🏚 stale Inactive issues or PR
Projects
None yet
Development

No branches or pull requests

2 participants