[PATCH] D44685: [AMDGPU] Improve disassembler error handling

Tim Corringham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 26 03:37:20 PDT 2018


timcorringham updated this revision to Diff 139770.
timcorringham added a comment.

Added support for disassembly of arbitrary size sections

The text section size is no longer truncated to a multiple
of 4 bytes, and the .byte directive is used to disassemble
any remaining bytes at the end of a section.


Repository:
  rL LLVM

https://reviews.llvm.org/D44685

Files:
  lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
  test/MC/AMDGPU/data.s
  tools/llvm-objdump/llvm-objdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44685.139770.patch
Type: text/x-patch
Size: 4400 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180326/8f47824d/attachment.bin>


More information about the llvm-commits mailing list