[all-commits] [llvm/llvm-project] 4327a9: [AMDGPU] Use progbits type for .AMDGPU.disasm section
Seebi via All-commits
all-commits at lists.llvm.org
Thu Mar 12 01:08:24 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4327a9b46b46d587816f765c619838ea3e01cd19
https://github.com/llvm/llvm-project/commit/4327a9b46b46d587816f765c619838ea3e01cd19
Author: Sebastian Neubauer <sebastian.neubauer at amd.com>
Date: 2020-03-12 (Thu, 12 Mar 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list