This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Add support for got relocated LDR's
ClosedPublic

Authored by dmgreen on Aug 1 2018, 4:16 AM.

Details

Summary

As a part of adding the tiny codemodel, we need to support ldr's with :got: relocations on them. This seems to be mostly already done, just needs the relocation type support.

Pulled out of D49673.

Diff Detail

Repository
rL LLVM

Event Timeline

dmgreen created this revision.Aug 1 2018, 4:16 AM
t.p.northover accepted this revision.Aug 1 2018, 6:02 AM

Looks fine to me.

This revision is now accepted and ready to land.Aug 1 2018, 6:02 AM
This revision was automatically updated to reflect the committed changes.