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

Windows arm64 #874

Open
p0nce opened this issue Nov 22, 2024 · 5 comments
Open

Windows arm64 #874

p0nce opened this issue Nov 22, 2024 · 5 comments
Labels
ARM Is related to ARM support (future Mac, Raspberry Pi). Enhancement This issue is about a new feature rather than a bug. Windows This issue is Windows-specific.

Comments

@p0nce
Copy link
Collaborator

p0nce commented Nov 22, 2024

First of all: what is the -mtriple of this?

  • zig uses aarch64-windows-gnu
  • also exist: aarch64-pc-windows-msvc
  • also exist: arm64-pc-windows-msvc
  • also exist: arm64ec-pc-windows-msvc
@p0nce
Copy link
Collaborator Author

p0nce commented Nov 22, 2024

Only the last one does something in ldc 1.40-b4
image
the other have no runtime libs

@p0nce
Copy link
Collaborator Author

p0nce commented Nov 22, 2024

It's about running ldc-build-runtime using one of those triple,
and look at how other language declare arm64 things

@p0nce
Copy link
Collaborator Author

p0nce commented Nov 22, 2024

@p0nce p0nce added Enhancement This issue is about a new feature rather than a bug. Windows This issue is Windows-specific. ARM Is related to ARM support (future Mac, Raspberry Pi). labels Nov 22, 2024
@p0nce
Copy link
Collaborator Author

p0nce commented Nov 22, 2024

A bit outside my skill level...

@p0nce
Copy link
Collaborator Author

p0nce commented Nov 26, 2024

I don't manage to link with MSVC 2022, it would be a significant blocker if this is impossible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ARM Is related to ARM support (future Mac, Raspberry Pi). Enhancement This issue is about a new feature rather than a bug. Windows This issue is Windows-specific.
Projects
None yet
Development

No branches or pull requests

1 participant