This is an archive of the discontinued LLVM Phabricator instance.

Add R_HEX_B15_PCREL relocation
ClosedPublic

Authored by sidneym on Jul 16 2018, 11:54 AM.

Diff Detail

Repository
rLLD LLVM Linker

Event Timeline

sidneym created this revision.Jul 16 2018, 11:54 AM
ruiu accepted this revision.Jul 18 2018, 10:50 AM

LGTM with these fixes.

ELF/Arch/Hexagon.cpp
56–59

Sort alphabetically.

81

Sort cases alphabetically.

This revision is now accepted and ready to land.Jul 18 2018, 10:50 AM
sidneym updated this revision to Diff 156346.Jul 19 2018, 1:03 PM

Update to sort relocs.

This revision was automatically updated to reflect the committed changes.