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

fix: crashpad build for Windows ARM64 via LLVM-MINGW #101

Merged
merged 7 commits into from
Jun 5, 2024

Conversation

past-due
Copy link

@past-due past-due commented Jun 4, 2024

  • Ported util/misc/capture_context_win_arm64.asm to GAS format util/misc/capture_context_win_arm64.S
    • (These are extremely similar, and now util/misc/capture_context_win_arm64.S can be compiled directly with LLVM.)
  • Use capture_context_win_arm64.S on mingw targeting arm64

Tested compiling with llvm-mingw targeting arm64 Windows, and successfully compiled, ran, and submitted a test crash to Sentry.

Also added CI passes for LLVM-MINGW targeting x64 and arm64.

@past-due past-due requested a review from a team June 4, 2024 20:21
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