Commit 66b6ed2
committed
Fix Crossgen2 compilation failures in several type generator tests
As the PR
#44041
effectively decoupled OwningType from Method in MethodWithToken,
I believe we now need to include OwningType in the Equals check,
otherwise we may (and sometimes do) crash in the assertion failure
checking that OwningType matches between instances.
Thanks
Tomas1 parent 355eff5 commit 66b6ed2
File tree
1 file changed
+3
-2
lines changed- src/coreclr/tools/aot/ILCompiler.ReadyToRun/JitInterface
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
225 | | - | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
226 | 227 | | |
227 | 228 | | |
228 | 229 | | |
| |||
0 commit comments