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

debug_step instruction in latest SIL version #89

Open
Abdulraheem-Arar opened this issue Dec 4, 2024 · 0 comments
Open

debug_step instruction in latest SIL version #89

Abdulraheem-Arar opened this issue Dec 4, 2024 · 0 comments
Assignees

Comments

@Abdulraheem-Arar
Copy link

Abdulraheem-Arar commented Dec 4, 2024

The debug_step instruction was added to the newer swift version and not in the older swift 5.8 SIL version. So a new case class should be handled in the SILparser for swan.

This is how the SIL snippet is in the SIL/instructions.md for swift 5.8.

sil-instruction ::= debug_step

debug_step

The case class for this should be added under the debug information under the debug_value case class.

@Abdulraheem-Arar Abdulraheem-Arar changed the title debug_step instruction debug_step instruction in latest SIL version Dec 4, 2024
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

No branches or pull requests

2 participants