This is an archive of the discontinued LLVM Phabricator instance.

Support/ELF: Add AMDGPU relocation definitions to match documentation
ClosedPublic

Authored by tstellarAMD on Jun 16 2016, 12:08 PM.

Diff Detail

Event Timeline

tstellarAMD retitled this revision from to Support/ELF: Add AMDGPU relocation definitions to match documentation.
tstellarAMD updated this object.
tstellarAMD added a subscriber: llvm-commits.

These are the non-codegen parts of D21400 and D21401 split out into a separate patch. I also dropped the RelocVisitor changes, because I was using the wrong kinds of relocations for DWARF. These changes will be re-visited when we do more work on DWARF support.

tstellarAMD edited edge metadata.

Add yaml test case.

kzhuravl accepted this revision.Jun 17 2016, 8:08 AM
kzhuravl edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jun 17 2016, 8:08 AM
rafael accepted this revision.Jun 17 2016, 10:28 AM
rafael edited edge metadata.

LGTM too

This revision was automatically updated to reflect the committed changes.