This is an archive of the discontinued LLVM Phabricator instance.

[ELF/AArch64] Support R_AARCH64_LDST128_ABS_LO12_NC relocation
ClosedPublic

Authored by davide on Jan 13 2016, 5:18 PM.

Details

Summary

This is needed to self-host lld on FreeBSD. I've been sitting with this (and other relocation patches) in my local tree for a while.

Diff Detail

Event Timeline

davide updated this revision to Diff 44817.Jan 13 2016, 5:18 PM
davide retitled this revision from to [ELF/AArch64] Support R_AARCH64_LDST128_ABS_LO12_NC relocation.
davide updated this object.
davide added reviewers: ruiu, rafael, grimar.
davide added a subscriber: llvm-commits.
ruiu accepted this revision.Jan 13 2016, 5:23 PM
ruiu edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jan 13 2016, 5:23 PM
davide closed this revision.Jan 13 2016, 5:42 PM

Committed. Thanks!