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

stage2 llvm: implement aarch64 C ABI #12730

Merged
merged 1 commit into from
Sep 4, 2022
Merged

Conversation

Vexu
Copy link
Member

@Vexu Vexu commented Sep 3, 2022

... at least enough to pass all the current tests.

Should fix #12483

@Techcable
Copy link
Contributor

Techcable commented Sep 3, 2022

I tested this myself. It appears to work on my laptop (M1 MacBook Pro).

It can compile and run both the @cImport and the reduced FFI cases;

A larger project I have that uses @cImpeort meeds more work... Of course (it's a process)

... at least enough to pass all the current tests.
@Vexu Vexu merged commit 9ce841a into ziglang:master Sep 4, 2022
@Vexu Vexu deleted the aarch64-c-abi branch September 4, 2022 15:47
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.

Segmentation fault when using @cImport on aarch64-macos
2 participants