This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/SI: Set ELF OS/ABI to ELFOSABI_AMDGPU_HSA
ClosedPublic

Authored by tstellarAMD on Jun 24 2015, 1:33 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

tstellarAMD retitled this revision from to AMDGPU/SI: Set ELF OS/ABI to ELFOSABI_AMDGPU_HSA.
tstellarAMD updated this object.
tstellarAMD edited the test plan for this revision. (Show Details)
tstellarAMD added reviewers: arsenm, rafael.
tstellarAMD added a subscriber: Unknown Object (MLST).
rafael edited edge metadata.Jun 24 2015, 1:39 PM

Please put the value in include/Support/ELF.h and fix llvm-readobj to
know the value is architecture dependent.

Cheers,
Rafael

tstellarAMD edited edge metadata.

Updated patch. Added ELFOSABI_AMDGPU_HSA to ELF.h and added
support to llvm-readobj for printing it.

rafael accepted this revision.Jun 26 2015, 4:27 AM
rafael edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jun 26 2015, 4:27 AM
This revision was automatically updated to reflect the committed changes.