This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Change section name with metadata access
ClosedPublic

Authored by piotr on Jan 2 2019, 2:11 AM.

Details

Summary

The commit rL348922 introduced a means to set Metadata
section kind for a global variable, if its explicit section
name was prefixed with ".AMDGPU.metadata.".

This patch changes that prefix to ".AMDGPU.comment.",
as "metadata" in the section name might lead to
ambiguity with metadata used by AMD PAL runtime.

Change-Id: Idd4748800d6fe801441d91595fc21e5a4171e668

Diff Detail

Repository
rL LLVM

Event Timeline

piotr created this revision.Jan 2 2019, 2:11 AM
kzhuravl accepted this revision.Jan 2 2019, 6:24 AM

LGTM

This revision is now accepted and ready to land.Jan 2 2019, 6:24 AM
This revision was automatically updated to reflect the committed changes.