[AMDGPU] Use progbits type for .AMDGPU.disasm section
authorSebastian Neubauer <sebastian.neubauer@amd.com>
Tue, 10 Mar 2020 12:14:20 +0000 (13:14 +0100)
committerSebastian Neubauer <sebastian.neubauer@amd.com>
Thu, 12 Mar 2020 08:08:11 +0000 (09:08 +0100)
commit4327a9b46b46d587816f765c619838ea3e01cd19
treeeb17d62d146bf5228b8b0aada6a4e4b7d6d128b2
parent4edd050c7e979ce1fca1a537c0131ebb58494896
[AMDGPU] Use progbits type for .AMDGPU.disasm section

The note section type implies a specific format that this section does
not have thus tools like readelf fail here. Progbits has no format and
another pipeline compiler already sets the type to progbits.

Differential Revision: https://reviews.llvm.org/D75913
llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp