[PATCH] D104699: [llvm-objdump] Print comments for the disassembled code
Igor Kudrin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 22 05:13:45 PDT 2021
ikudrin added a comment.
In D104699#2832845 <https://reviews.llvm.org/D104699#2832845>, @jhenderson wrote:
> Perfectly happy to have these comments, but should it be behind an option? No strong opinion either way.
I've done that mostly as a preparation for D104701 <https://reviews.llvm.org/D104701>. I hope that we gradually can provide more useful information in the comments. For example, I plan to annotate some PC-relative constants, similar to what GNU's objdump does; note that they print such comments without additional options. If someone finds the comments unhelpful, we can add an option to disable them, but I believe it's an unlikely case.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104699/new/
https://reviews.llvm.org/D104699
More information about the llvm-commits
mailing list