Skip to content

[native_toolchain_c] Support native windows-arm64 MSVC toolchain #170

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

Open
pbo-linaro opened this issue Oct 30, 2023 · 1 comment
Open

Comments

@pbo-linaro
Copy link
Contributor

#167 introduce support for MSVC arm64 toolchain.

For now, it uses always x64 -> arm64 toolchain, that is guaranteed to be available on both windows-x64 and windows-arm64.
We could optimize further and use native arm64 -> arm64 toolchain when being on windows-arm64.

@dcharkes dcharkes changed the title Support native windows-arm64 MSVC toolchain [native_toolchain_c] Support native windows-arm64 MSVC toolchain Jan 14, 2025
@dcharkes
Copy link
Collaborator

#167 Introduces recognizing the x64->arm64 toolchain, but it does not exercise it in unit tests. The place where we should add the cross compilation unit tests:

(A local try for me didn't work because vc 2022 didn't include Hostx64/arm64/. Possibly newer msvc's include it, or I need to install it.)

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

2 participants