[PATCH] D101648: [llvm-objdump] Remove --cfg option from command guide
Owen Reynolds via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 30 10:05:30 PDT 2021
gbreynoo created this revision.
gbreynoo added reviewers: thakis, keith, MaskRay.
gbreynoo requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
The llvm-objdump command guide has the option `--cfg` which I believe was removed from the tool. This change updates the command guide to reflect this.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D101648
Files:
llvm/docs/CommandGuide/llvm-objdump.rst
Index: llvm/docs/CommandGuide/llvm-objdump.rst
===================================================================
--- llvm/docs/CommandGuide/llvm-objdump.rst
+++ llvm/docs/CommandGuide/llvm-objdump.rst
@@ -281,11 +281,6 @@
Display binding info
-.. option:: --cfg
-
- Create a CFG for every symbol in the object file and write it to a graphviz
- file.
-
.. option:: --data-in-code
Display the data in code table.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101648.341950.patch
Type: text/x-patch
Size: 428 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210430/2f1c7caa/attachment.bin>
More information about the llvm-commits
mailing list