Skip to content

Commit

Permalink
fix: support crashpad PAC-stripping on older assemblers. (#1125)
Browse files Browse the repository at this point in the history
* fix: support PAC stripping on older assemblers.

* update crashpad after squash-merge to getsentry branch
  • Loading branch information
supervacuus authored Jan 27, 2025
1 parent 57c38d9 commit 3dc60ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

**Fixes**:

- Allow older toolchains with assemblers that don't support PAC-stripping instructions on `aarch64` to compile `crashpad`. ([#1125](https://github.com/getsentry/sentry-native/pull/1125), [crashpad#118](https://github.com/getsentry/crashpad/pull/118))

## 0.7.19

**Fixes**:
Expand Down
2 changes: 1 addition & 1 deletion external/crashpad

0 comments on commit 3dc60ed

Please sign in to comment.