[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:43 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.
+
+ If ``modes`` is omitted, the default is ``unicode,auto``
+
+ .. option:: off
+
+ Disable control-flow graph
----------------
jh7370 wrote:
Nit: all of these should end with "."
https://github.com/llvm/llvm-project/pull/74858
More information about the llvm-commits
mailing list