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

Define assembler files for ARM64 + Windows + GCC combination #275

Merged
merged 3 commits into from
Dec 26, 2024

Conversation

vejbomar
Copy link
Contributor

Adds a definition which assembler files should be used for ARM64 + Windows + GCC combination. (This is needed for a new target aarch64-w64-mingw32 for MinGW which is being developed here: https://github.com/Windows-on-ARM-Experiments/mingw-woarm64-build)

It is enough to use the existing assembler for Clang on Arm64 (introduced here #262) as they both use the GNU syntax.

Also the first commit fixes the assembler extensions for Clang.

@eukarpov
Copy link

@olk Could you please review this change?

@olk
Copy link
Member

olk commented Dec 26, 2024

ty

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

Successfully merging this pull request may close these issues.

3 participants