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

[BOLT] Use Label annotation instead of EHLabel pseudo. NFCI. #70179

Merged
merged 2 commits into from
Nov 6, 2023

Conversation

maksfb
Copy link
Contributor

@maksfb maksfb commented Oct 25, 2023

When we need to attach EH label to an instruction, we can now use Label annotation instead of EHLabel pseudo instruction.

When we need to attach EH label to an instruction, we can now use Label
annotation instead of EHLabel pseudo instruction.
Copy link
Contributor

@mtvec mtvec left a comment

Choose a reason for hiding this comment

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

We might want to remove it from RISCVMCPlusBuilder as well while we're at it.

@maksfb maksfb added the BOLT label Nov 5, 2023
@maksfb maksfb merged commit 0df1546 into llvm:main Nov 6, 2023
3 checks passed
maksfb added a commit to maksfb/llvm-project that referenced this pull request Nov 6, 2023
Fix build breakage after merging llvm#70179
@maksfb maksfb deleted the gh-eh-label branch November 8, 2023 03:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants