Skip to content

[PAuthLR] Add Missing Break Statement for MachineOperand Switch Statement #113883

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
Oct 28, 2024

Conversation

Stylie777
Copy link
Contributor

There was a missing break, which led to an unannotated fallthrough when merging #112171. This has caused sanitizer builds to fail.

This adds the missing break in the switch statement to ensure that the fallthrough does not occur.

There was a missing break, which led to an unannotated fallthrough
when merging llvm#112171. This has caused sanitizer builds to fail.

This adds the missing break in the switch statement to ensure that
the fallthrough does not occur.
@Stylie777 Stylie777 changed the title [PAuthLR] Fix Unannoted Fallthrough [PAuthLR] Add Missing Break Statement for MachineOperand Switch Statement Oct 28, 2024
Copy link
Collaborator

@ostannard ostannard left a comment

Choose a reason for hiding this comment

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

LGTM

@Stylie777 Stylie777 merged commit 933a566 into llvm:main Oct 28, 2024
5 of 8 checks passed
NoumanAmir657 pushed a commit to NoumanAmir657/llvm-project that referenced this pull request Nov 4, 2024
…ment (llvm#113883)

There was a missing break, which led to an unannotated fallthrough when
merging llvm#112171. This has caused sanitizer builds to fail.

This adds the missing break in the switch statement to ensure that the
fallthrough does not occur.
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