This is an archive of the discontinued LLVM Phabricator instance.

[ELF/AARCH64] - Implemented R_AARCH64_IRELATIVE relocation.
ClosedPublic

Authored by grimar on Dec 29 2015, 5:25 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

grimar updated this revision to Diff 43732.Dec 29 2015, 5:25 AM
grimar retitled this revision from to [ELF/AARCH64] - Implemented R_AARCH64_IRELATIVE relocation..
grimar updated this object.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: llvm-commits, grimar.
emaste added a subscriber: emaste.Dec 29 2015, 8:13 AM
emaste added inline comments.
ELF/Target.cpp
1127 ↗(On Diff #43732)

Absent other reasons to order these in a specific way should it be in alpha order?

grimar added inline comments.Dec 29 2015, 8:31 AM
ELF/Target.cpp
1127 ↗(On Diff #43732)

I dont think we have any order for that in other targets. I'm not sure that this much sense to order it, but I just did it to be on a safe side.

ruiu accepted this revision.Jan 5 2016, 9:25 AM
ruiu edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jan 5 2016, 9:25 AM
This revision was automatically updated to reflect the committed changes.