This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/SI: Emit HSA kernels with symbol type STT_AMDGPU_HSA_KERNEL
ClosedPublic

Authored by tstellarAMD on Oct 16 2015, 6:08 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

tstellarAMD retitled this revision from to AMDGPU/SI: Emit HSA kernels with symbol type STT_AMDGPU_HSA_KERNEL.
tstellarAMD updated this object.
tstellarAMD added a reviewer: arsenm.
tstellarAMD added a subscriber: llvm-commits.
arsenm accepted this revision.Oct 16 2015, 1:52 PM
arsenm edited edge metadata.

LGTM

lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h
34 ↗(On Diff #37575)

Why does this need to be virtual?

This revision is now accepted and ready to land.Oct 16 2015, 1:52 PM
tstellarAMD added inline comments.Nov 4 2015, 6:27 PM
lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h
34 ↗(On Diff #37575)

This is the parent class.

This revision was automatically updated to reflect the committed changes.