This is an archive of the discontinued LLVM Phabricator instance.

[VE] Change to use R_VE_SREL32
ClosedPublic

Authored by kaz7 on Dec 4 2021, 5:35 AM.

Details

Summary

Change to use R_VE_SREL32 for relative branch instructions instead of
R_VE_PC_LO32 in order to check ranges of relative branch isntructions
at link time correctly.

Diff Detail

Event Timeline

kaz7 created this revision.Dec 4 2021, 5:35 AM
kaz7 requested review of this revision.Dec 4 2021, 5:35 AM
simoll accepted this revision.Dec 6 2021, 2:33 AM
This revision is now accepted and ready to land.Dec 6 2021, 2:33 AM
This revision was automatically updated to reflect the committed changes.