This is an archive of the discontinued LLVM Phabricator instance.

Add R_HEX_32 relocation support
ClosedPublic

Authored by sidneym on Aug 13 2018, 11:54 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

sidneym created this revision.Aug 13 2018, 11:54 AM
bcain accepted this revision.Aug 13 2018, 12:37 PM

LGTM

This revision is now accepted and ready to land.Aug 13 2018, 12:37 PM
This revision was automatically updated to reflect the committed changes.
ruiu added inline comments.Aug 19 2018, 11:20 PM
lld/trunk/ELF/Arch/Hexagon.cpp
132

applyMask(0xffffffff, ...) seems to be a no-op. Can you just use Val?

sidneym added inline comments.Aug 20 2018, 6:13 AM
lld/trunk/ELF/Arch/Hexagon.cpp
132

Sure, I'll update yet to be committed https://reviews.llvm.org/D50603 with this change