[PATCH] D54864: Introduce llvm-objdump man page

Ed Maste via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 3 06:24:11 PST 2018


emaste updated this revision to Diff 176387.
emaste added a comment.

- fix warnings from `mandoc -Tlint` and/or `igor`
- remove options that should not be listed


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54864/new/

https://reviews.llvm.org/D54864

Files:
  docs/llvm-objdump.1


Index: docs/llvm-objdump.1
===================================================================
--- docs/llvm-objdump.1
+++ docs/llvm-objdump.1
@@ -1,7 +1,7 @@
 .\" This file is distributed under the University of Illinois Open Source
 .\" License. See LICENSE.TXT for details.
 .\"
-.Dd November 26, 2018
+.Dd December 3, 2018
 .Dt LLVM-OBJDUMP 1
 .Os
 .Sh NAME
@@ -87,7 +87,8 @@
 .It Fl -lazy-bind
 Display mach-o lazy binding info.
 .It Fl -line-numbers
-Display source line numbers with disassembly. Implies disassemble object.
+Display source line numbers with disassembly.
+Implies disassemble object.
 .It Fl -macho
 Use MachO specific object file parser.
 .It Fl -mattr Ns = Ns Ar attribute ...
@@ -117,8 +118,6 @@
 Display mach-o rebasing info.
 .It Fl -reverse-iterate
 Reverse iterate.
-.It Fl -rng-seed Ns = Ns Ar seed
-Seed for the random number generator.
 .It Fl s
 Display the content of each section.
 .It Fl -section Ns = Ns Ar section
@@ -132,18 +131,11 @@
 .It Fl -start-address Ns = Ns Ar address
 Disassemble beginning at
 .Ar address .
-.It Fl -stats
-Enable statistics output from program.
-Available with Asserts builds.
-.It Fl -stats-json
-Display statistics as json data.
 .It Fl -stop-address Ns = Ns Ar address
 Stop disassembly at
 .Ar address .
 .It Fl t
 Display the symbol table.
-.It Fl -time-passes
-Time each pass, printing elapsed time for each on exit
 .It Fl -triple Ns = Ns Ar triple
 Target triple to disassemble for.
 See
@@ -177,7 +169,7 @@
 Requires
 .Fl -macho
 and
-.Fl -archive-headers.
+.Fl -archive-headers .
 .It Fl -data-in-code
 Print the data in code table for Mach-O objects.
 .It Fl -dis-symname Ns = Ns Ar symbol


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54864.176387.patch
Type: text/x-patch
Size: 1669 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181203/b68dae41/attachment.bin>


More information about the llvm-commits mailing list