[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
This commit is contained in:
gbreynoo
2021-05-04 16:40:30 +01:00
parent 31a10de716
commit 5291a705c1
-5
View File
@@ -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.