[llvm] 3273f27 - [llvm-objdump] Remove --cfg option from command guide
via llvm-commits
llvm-commits at lists.llvm.org
Tue May 4 08:43:21 PDT 2021
Author: gbreynoo
Date: 2021-05-04T16:42:13+01:00
New Revision: 3273f276923725bc84ba214df6e1fe4569c1007e
URL: https://github.com/llvm/llvm-project/commit/3273f276923725bc84ba214df6e1fe4569c1007e
DIFF: https://github.com/llvm/llvm-project/commit/3273f276923725bc84ba214df6e1fe4569c1007e.diff
LOG: [llvm-objdump] Remove --cfg option from command guide
The llvm-objdump command guide has the option --cfg which was removed
from the tool by 888320e9fa5eb33194c066f68d50f1e73c5fff5e in 2014. This
change updates the command guide to reflect this.
Differential Revision: https://reviews.llvm.org/D101648
Added:
Modified:
llvm/docs/CommandGuide/llvm-objdump.rst
Removed:
################################################################################
diff --git a/llvm/docs/CommandGuide/llvm-objdump.rst b/llvm/docs/CommandGuide/llvm-objdump.rst
index d5b83bb4bb500..cb2e4525837ae 100644
--- a/llvm/docs/CommandGuide/llvm-objdump.rst
+++ b/llvm/docs/CommandGuide/llvm-objdump.rst
@@ -281,11 +281,6 @@ MACH-O ONLY OPTIONS AND COMMANDS
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.
More information about the llvm-commits
mailing list