[llvm-dev] Print AMDGPU structures in llvm-objdump

Семен Колтон via llvm-dev llvm-dev at lists.llvm.org
Wed Oct 19 06:28:52 PDT 2016


Hello,

AMDGPU target stores amd_kernel_code_t structure in .text section in
executable ELF files. We want to print this structure in llvm-objdump in
DisassembleObject.
How can we do this?
There is function in AMDGPU target for printing amd_kernel_code_t that is
used in AsmStreamer. But currently there is no way to call that function
from llvm-objdump.

Are there any plans in refactoring llvm-objdump?


-- 
Sam Kolton
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161019/4b9694ec/attachment.html>


More information about the llvm-dev mailing list