Support rodata relocations in crossgen2 for ARM32 (#33153)
authorDong-Heon Jung <dheon.jung@samsung.com>
Fri, 6 Mar 2020 14:09:55 +0000 (23:09 +0900)
committerGitHub <noreply@github.com>
Fri, 6 Mar 2020 14:09:55 +0000 (15:09 +0100)
commit790a8d39b798032946c1b04384f43948513f2400
tree71e1b38787f6edad99d6db2cda94667f32e2df07
parente61e3d73ba956275e988c8f423186cf856e941d3
Support rodata relocations in crossgen2 for ARM32 (#33153)
src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/BlobNode.cs [deleted file]
src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Relocation.cs
src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/SettableReadOnlyDataBlob.cs [new file with mode: 0644]
src/coreclr/src/tools/Common/JitInterface/CorInfoImpl.cs
src/coreclr/src/tools/crossgen2/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRunCodegenNodeFactory.cs
src/coreclr/src/tools/crossgen2/ILCompiler.ReadyToRun/ILCompiler.ReadyToRun.csproj
src/coreclr/src/tools/crossgen2/ILCompiler.ReadyToRun/ObjectWriter/RelocationHelper.cs