This is an archive of the discontinued LLVM Phabricator instance.

[LLD] [COFF] Add support for the remaining ARM64 relocations
ClosedPublic

Authored by mstorsjo on May 2 2018, 4:23 AM.

Details

Summary

Now only IMAGE_REL_ARM64_ABSOLUTE and IMAGE_REL_ARM64_TOKEN are unhandled.

Also add range checks for the existing BRANCH26 relocation.

Diff Detail

Repository
rL LLVM

Event Timeline

mstorsjo created this revision.May 2 2018, 4:23 AM
ruiu accepted this revision.May 3 2018, 10:05 AM

LGTM

This revision is now accepted and ready to land.May 3 2018, 10:05 AM
This revision was automatically updated to reflect the committed changes.