This is an archive of the discontinued LLVM Phabricator instance.

[ELF/AMDGPU]: Add support for new relocations
ClosedPublic

Authored by kzhuravl on Oct 13 2016, 8:21 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

kzhuravl updated this revision to Diff 74525.Oct 13 2016, 8:21 AM
kzhuravl retitled this revision from to [ELF/AMDGPU]: Add support for new relocations.
kzhuravl updated this object.
kzhuravl added reviewers: tstellarAMD, tony-tye.
kzhuravl added a subscriber: llvm-commits.
ruiu accepted this revision.Oct 13 2016, 2:38 PM
ruiu edited edge metadata.

LGTM with a nit.

ELF/Target.cpp
1489 ↗(On Diff #74525)

This is the same as

write32le(Loc, Val >> 32);
This revision is now accepted and ready to land.Oct 13 2016, 2:38 PM
This revision was automatically updated to reflect the committed changes.
kzhuravl marked an inline comment as done.
kzhuravl added inline comments.Oct 13 2016, 10:02 PM
ELF/Target.cpp
1489 ↗(On Diff #74525)

Thanks, fixed this before committing.