[PATCH] D80512: [MC] Changes to help improve target specific symbol disassembly

Ronak Chauhan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 26 03:44:56 PDT 2020


rochauha added a comment.

> Are you aware of the --disassemble-symbols switch which disassembles the bytes for a specified symbol already?

Yes, but that disassembles the bytes of a //specified symbol// as //instructions//.
This commit allows the target to handle certain symbols as part of `--disassemble-all`; in a way that the target requires.

For example - AMDGPU needs to disassemble kernel descriptors as assembler directives rather than instructions.

                       


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80512/new/

https://reviews.llvm.org/D80512





More information about the llvm-commits mailing list