Skip to content

test: repair Interpreter/bridged_casts_folding on ASi #33372

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

Merged
merged 1 commit into from
Aug 8, 2020

Conversation

compnerd
Copy link
Member

@compnerd compnerd commented Aug 7, 2020

ARM64 generates a brk #0x1 for unreachable which generates a
SIGTRAP. On x86, we would generate a ud2 rather than int 3 which
are treated as SIGILL and SIGTRAP respectively.

Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.

Resolves SR-NNNN.

ARM64 generates a `brk #0x1` for `unreachable` which generates a
SIGTRAP.  On x86, we would generate a `ud2` rather than `int 3` which
are treated as `SIGILL` and `SIGTRAP` respectively.
@compnerd compnerd requested a review from lorentey August 7, 2020 21:02
Copy link
Member

@lorentey lorentey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@compnerd
Copy link
Member Author

compnerd commented Aug 7, 2020

@swift-ci please test

@compnerd compnerd merged commit 1d410fb into swiftlang:master Aug 8, 2020
@compnerd compnerd deleted the trapping-illness branch August 8, 2020 15:13
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