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.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM, thanks!
As an extra benefit, it would be great if you could also add test cases for the remaining relocation types that are already supported but don't have a test case yet ... (To be clear, this is not a requirement for committing this patch ...)