Add support for previously missing helper Check_FieldOffset (#33729)
authorTomáš Rylek <trylek@microsoft.com>
Wed, 18 Mar 2020 23:59:40 +0000 (00:59 +0100)
committerGitHub <noreply@github.com>
Wed, 18 Mar 2020 23:59:40 +0000 (00:59 +0100)
commit3af8f77411689fb95816e3c5accd631186b4b635
tree79017772546ddd3a2fa92e03e9cb6432c6c7da1e
parent055e26fd1594e583b678703b15a792eb879d75b9
Add support for previously missing helper Check_FieldOffset (#33729)

This failure crashes Crossgen2 build of several framework assemblies
without the large version bubble. I discovered this during my work
on composite build against shared framework where we newly introduce
the notion of two separate large bubbles (app vs. framework).

Thanks

Tomas
src/coreclr/src/tools/crossgen2/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/FieldFixupSignature.cs
src/coreclr/src/tools/crossgen2/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRunSymbolNodeFactory.cs
src/coreclr/src/tools/crossgen2/ILCompiler.ReadyToRun/JitInterface/CorInfoImpl.ReadyToRun.cs