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
For swift async code, we need to use a debug intrinsic that behaves like
an llvm.dbg.declare but can take any location type rather than just a
pointer or integer.
To solve this, a new debug instrinsic called llvm.dbg.coroframe_entry
has been created, which behaves exactly like an llvm.dbg.declare but
can take non pointer and integer location types.
rdar://157299589
rdar://157509307
0 commit comments