Check for CodeSizeZero error before any assumptions about code existing#63239
Check for CodeSizeZero error before any assumptions about code existing#63239masonwheeler wants to merge 4 commits intodotnet:mainfrom masonwheeler:main
Conversation
|
Tagging subscribers to this area: @JulieLeeMSFT Issue DetailsFixes #63227.
|
|
The reason I suggested putting this check into FindBasicBlocks is because IlImporter.cs is shared with multiple projects and this would make sure they all handle it instead of throwing the boneheaded exception. This fix works for IlVerify but the benefit is limited. |
|
@MichalStrehovsky if you reviewed the code, could you approve the code to merge it? Thanks. |
This fix works around a bug in |
|
This pull request has been automatically marked |
|
This pull request will now be closed since it had been marked |
Fixes #63227.