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
In dotnet/corert#7724, I have made a change to ensure we have a PrecodeMethodImport for local methods, we should probably do the same for external methods to make sure the same scenario works there.
The text was updated successfully, but these errors were encountered:
cshung
changed the title
[CPAOT] Make sure constructing a delegate from a function pointer to an external method works.
[crossgen2] Make sure constructing a delegate from a function pointer to an external method works.
Oct 2, 2019
In dotnet/corert#7724, I have made a change to ensure we have a
PrecodeMethodImport
for local methods, we should probably do the same for external methods to make sure the same scenario works there.The text was updated successfully, but these errors were encountered: