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

Add support of unwind for arm64/aarch64 on Linux #91

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jiangliu
Copy link

Add support of unwind for arm64/aarch64 on Linux by:

  • adding src/linux/libunwind/bindings_aarch64.rs
  • enhance src/linux/libunwind/mod.rs

Add support of unwind for arm64/aarch64 on Linux by:
- adding src/linux/libunwind/bindings_aarch64.rs
- enhance src/linux/libunwind/mod.rs

Signed-off-by: Jiang Liu <[email protected]>
@jiangliu
Copy link
Author

Just noticed there's already a pending PR #90 for the same task with almost identical changes. Suggest to combined these two PRs.

@benfred
Copy link
Owner

benfred commented Oct 31, 2024

I've merged in #90 - but that is causing some conflicts here .

It would be nice to get the CI/ build.rs changes from this PR in as well though - since I think those are a good addition.

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.

2 participants