This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Update code object metadata format documentation
AcceptedPublic

Authored by t-tye on May 30 2018, 11:50 AM.

Details

Summary
  • Add amdhsa prefix to names to allow other tools to use the metadata without collision.
  • Make names consistent.
  • Simplify structure.
  • Change note record ID.
  • Switch from YAML to MsgPack format.

Diff Detail

Event Timeline

t-tye created this revision.May 30 2018, 11:50 AM
t-tye updated this revision to Diff 151207.Jun 13 2018, 11:26 AM

Rename note record enmerator from NT_AMD_AMDGPU_* to NT_AMDGPU_* to match the vendor name change from "AMD" to "AMDGPU".

kzhuravl accepted this revision.Jun 13 2018, 6:34 PM

looks good to me

This revision is now accepted and ready to land.Jun 13 2018, 6:34 PM