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

assembler: ensure progress when seeking the version string #5910

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

dneto0
Copy link
Collaborator

@dneto0 dneto0 commented Dec 10, 2024

When trying to parse SPIR-V version from assembly comments, ensure a match against an initial comment doesn't cause the scanner to go back to the beginning of the assembly text.

Fixed: #5909

When trying to parse SPIR-V version from assembly comments,
ensure a match against an initial comment doesn't cause the
scanner to go back to the beginning of the assembly text.

Fixed: KhronosGroup#5909
@dneto0 dneto0 requested a review from s-perron December 10, 2024 19:52
@dneto0
Copy link
Collaborator Author

dneto0 commented Dec 10, 2024

cc: @cassiebeckley @alan-baker

@dneto0 dneto0 enabled auto-merge (squash) December 10, 2024 19:52
@dneto0 dneto0 requested a review from alan-baker December 10, 2024 21:41
@dneto0 dneto0 merged commit 1229f1e into KhronosGroup:main Dec 11, 2024
22 checks passed
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.

spirv-as hangs in spvReadEnvironmentFromText
2 participants