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

ppc64le/arm64 support unwind libs #579

Open
johanneskuhlmann opened this issue Oct 13, 2023 · 0 comments
Open

ppc64le/arm64 support unwind libs #579

johanneskuhlmann opened this issue Oct 13, 2023 · 0 comments

Comments

@johanneskuhlmann
Copy link

/cmake/Modules/FindLibunwind.cmake hard codes X_86 unwind library dependency. A platform independent solution is to use unwind-generic instead of unwind-x86_64. unwind-generic is always linked to the correct platform implementation.

This is the patch:
unwind.patch

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

No branches or pull requests

1 participant