This is an archive of the discontinued LLVM Phabricator instance.

[LLD] [COFF] Add support for IMAGE_REL_ARM64_SECREL
ClosedPublic

Authored by mstorsjo on Nov 7 2017, 12:12 PM.

Details

Summary

I never ran into this until lld-link started enabling debug output by default for the mingw mode. I haven't been able to verify that this actually behaves correctly, but this relocation is handled identically on all other architectures so far.

Diff Detail

Event Timeline

mstorsjo created this revision.Nov 7 2017, 12:12 PM
ruiu accepted this revision.Nov 7 2017, 12:56 PM

LGTM

This revision is now accepted and ready to land.Nov 7 2017, 12:56 PM
This revision was automatically updated to reflect the committed changes.