This is an archive of the discontinued LLVM Phabricator instance.

RuntimeDyldELF: Implement LDST8_ABS_LO12_NC and LDST16_ABS_LO12_NC relocs
ClosedPublic

Authored by evgeny777 on Jan 18 2017, 8:58 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

evgeny777 created this revision.Jan 18 2017, 8:58 AM
peter.smith edited edge metadata.Jan 20 2017, 9:43 AM

That looks correct to me according to ELF for the 64-bit ARM architecture definitions of R_AARCH_64_LDST8_ABS_LO12_NC and R_AARCH_64_LDST16_ABS_LO12_NC. Will be worth waiting to see if there are any other comments.

davide accepted this revision.Jan 20 2017, 10:17 AM

LGTM

This revision is now accepted and ready to land.Jan 20 2017, 10:17 AM
This revision was automatically updated to reflect the committed changes.