Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Encode calling convention in mangled function pointer representation (#…
…81122) This fixes the recently introduced issue #81106 tracking Crossgen2 crash due to not being able to distinguish two function pointers differing only by calling convention (one of the pointers is Static and the other is Static | UnmanagedCallingConvention). This change also removes the issues.targets exclusion for the new function pointer test that Fan Yang had to add to unblock merging in the test in the first place. Thanks Tomas * Delete superfluous comment per Michal's PR feedback
- Loading branch information