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

clif: Fix parsing the cold calling convention #8854

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

alexcrichton
Copy link
Member

The identifier for the cold calling convention overlaps with the cold keyword for basic blocks so handle another kind of token when parsing signatures.

The identifier for the `cold` calling convention overlaps with the
`cold` keyword for basic blocks so handle another kind of token when
parsing signatures.
@alexcrichton alexcrichton requested a review from a team as a code owner June 20, 2024 22:04
@alexcrichton alexcrichton requested review from abrown and removed request for a team June 20, 2024 22:04
@alexcrichton alexcrichton added this pull request to the merge queue Jun 20, 2024
Merged via the queue into bytecodealliance:main with commit 6b89213 Jun 20, 2024
36 checks passed
@alexcrichton alexcrichton deleted the fix-cold-parse branch June 20, 2024 22:46
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