This is an archive of the discontinued LLVM Phabricator instance.

[JITLink][RISCV] Add relocation fixup test
ClosedPublic

Authored by StephenFan on Aug 3 2021, 12:36 AM.

Details

Summary

This patch add R_RISCV_HI20, R_RISCV_LO12 and R_RISCV_CALL relocation test

Diff Detail

Event Timeline

StephenFan created this revision.Aug 3 2021, 12:36 AM
StephenFan requested review of this revision.Aug 3 2021, 12:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 3 2021, 12:36 AM
lhames accepted this revision.Aug 3 2021, 1:04 AM

I can't speak to the RISC relocation details, but otherwise LGTM.

This revision is now accepted and ready to land.Aug 3 2021, 1:04 AM
This revision was automatically updated to reflect the committed changes.