[llvm] [llvm-objdump] Add the --visualize-jumps option (PR #74858)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 14 01:01:42 PST 2023
================
@@ -291,6 +291,36 @@ OPTIONS
Target triple to disassemble for, see ``--version`` for available targets.
+.. option:: --visualize-jumps=<modes>
+
+ Display a control-flow graph which shows the targets of branch instructions to the left of disasembly. ``modes`` is a comma-separated list of options, which configure the character set and used to print the graph.
----------------
jh7370 wrote:
Probably should be wrapped at a sensible width.
https://github.com/llvm/llvm-project/pull/74858
More information about the llvm-commits
mailing list