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
Make virtual function resolution independent of string table entry ordering
The program generated by virtual-function removal depended on where 'B', 'C',
'D', 'E' appear in the string table as there are multiple semantically
equivalent resolutions of virtual functions.
0 commit comments