[RuntimeDyld] Support R_390_PC64 relocation typeSummary: When the MCJIT generates ELF code, some DWARF data requires 64-bit PC-relative relocation (R_390_PC64). This patch adds support for R_390_PC
[RuntimeDyld] Support R_390_PC64 relocation typeSummary: When the MCJIT generates ELF code, some DWARF data requires 64-bit PC-relative relocation (R_390_PC64). This patch adds support for R_390_PC64 relocation to RuntimeDyld::resolveSystemZRelocation, to avoid an assertion failure.Reviewers: uweigandSubscribers: llvm-commitsDifferential Revision: http://reviews.llvm.org/D20033llvm-svn: 269436
show more ...