You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The case class for this should be added under the debug information under the
debug_value
case class.The text was updated successfully, but these errors were encountered: