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
Remove corert#2785 BadImageFormatException workaround from ILCompiler (#127591)
Removes the long-standing hack in `ILCompiler/Program.cs` that silently
swallowed `BadImageFormatException` when loading input files —
originally added to tolerate native DLLs mixed into CoreCLR test trees
(corert#2785). That scenario no longer applies.
0 commit comments