CoreCLR runtime fixes for composite R2R build with shared framework (#34432)
authorTomáš Rylek <trylek@microsoft.com>
Wed, 8 Apr 2020 12:59:53 +0000 (14:59 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Apr 2020 12:59:53 +0000 (14:59 +0200)
commit614cac4270ae171e42d38606b189ac4de80d368d
tree49c3683807c6ad789752d643914b1d7361eb7e3b
parente4c9f29f26e90114c3cfcebc5982212e10be0a30
CoreCLR runtime fixes for composite R2R build with shared framework (#34432)

In jithelpers, switch the query over to use a ReadyToRunInfo method
to make it work in composite mode. Also fix two places in
ReadyToRunInfo that were erroneously referring to composite info
(inlining tables).

Thanks

Tomas
src/coreclr/src/tools/crossgen2/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRunCodegenNodeFactory.cs
src/coreclr/src/tools/r2rdump/TextDumper.cs
src/coreclr/src/vm/jithelpers.cpp
src/coreclr/src/vm/readytoruninfo.cpp
src/coreclr/src/vm/readytoruninfo.h