[llvm] [BOLT] Add a printing function for MCInst (PR #67225)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 23 01:26:55 PDT 2023
llongint wrote:
![image](https://github.com/llvm/llvm-project/assets/28920187/21cd9aeb-43ea-4a4d-810b-5485b3dfe256)
In GDB debugging, sometimes I want to obtain the assembly representation of an MCInst, as it would be more intuitive. However, it seems that such an interface is currently lacking, so I believe it is necessary to add one.
https://github.com/llvm/llvm-project/pull/67225
More information about the llvm-commits
mailing list