This is an archive of the discontinued LLVM Phabricator instance.

Add a relocation for R_AARCH64_ABS32 in ObjectFileELF
ClosedPublic

Authored by lanza on Aug 6 2018, 3:59 PM.

Details

Summary

.rela.debug_info relocations are being done via
ObjectFileELF::ApplyRelocations for aarch64. Currently, the switch case
that iterates over the relocation type is only implemented for a few
different types and assert(false)es over the rest.

Implement the relocation for R_AARCH64_ABS32 in ApplyRelocations

Diff Detail

Repository
rLLDB LLDB

Event Timeline

lanza created this revision.Aug 6 2018, 3:59 PM
sas accepted this revision.Aug 7 2018, 10:35 AM

LGTM. This is just an updated version of D49407.

This revision is now accepted and ready to land.Aug 7 2018, 10:35 AM
This revision was automatically updated to reflect the committed changes.