Add support for RVA fields to crossgen/R2R (#21463)
authorJan Kotas <jkotas@microsoft.com>
Mon, 10 Dec 2018 15:52:15 +0000 (07:52 -0800)
committerGitHub <noreply@github.com>
Mon, 10 Dec 2018 15:52:15 +0000 (07:52 -0800)
commit32d8dfb65f2403c1cb628495ee944a9f35a0eb3a
tree5679964c2d10f3702a0a14bf64cce64e391d6da6
parentc1c74f6ff2a12bd33240ea514dca76fc100125b9
Add support for RVA fields to crossgen/R2R (#21463)

* Add support for RVA fields to crossgen/R2R

RVA fields are became more common with pre-inititialized ReadOnlySpan<byte>. Fix crossgen to deal with them for R2R.

* Fix tests, map new JIT helper for R2R
src/vm/jitinterface.cpp
src/zap/zapinfo.cpp
tests/src/readytorun/tests/main.cs