This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/SI: Use .hsatext section instead of .text for HSA
ClosedPublic

Authored by tstellarAMD on Aug 27 2015, 6:51 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

tstellarAMD retitled this revision from to AMDGPU/SI: Use .hsatext section instead of .text for HSA.
tstellarAMD updated this object.
tstellarAMD added a subscriber: llvm-commits.
rafael added inline comments.Aug 28 2015, 7:41 AM
lib/Target/AMDGPU/AMDGPUHSATargetObjectFile.cpp
31 ↗(On Diff #33390)

This is probably wrong with comdats.

Updated patch:

  • Make sure assembly files start with .hsatext
  • Possible fix for Comdats
This revision was automatically updated to reflect the committed changes.