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
[lldb] Fix dynamic type resolution for ObjC protocol existentials
An existential whose protocol type is an Objective-C protocol is not
passed in an existential container, but as a plain old instance pointer.
This patch dynamic type resolution failing for those types.
rdar://144028358
(cherry picked from commit 419a0bb)
0 commit comments