mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
llvm-objdump.1: remove invalid options
Some options appear in llvm-objdump's usage information as a side effect of its option parsing implementation and are not actually llvm-objdump options. Reported in LLVM review https://reviews.llvm.org/D54864. Reported by: Fangrui Song Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
801cfbaa3f
commit
7a1772ed42
1 changed files with 0 additions and 8 deletions
|
|
@ -103,10 +103,6 @@ Print no leading address.
|
|||
Print no leading headers.
|
||||
.It Fl -no-show-raw-insn
|
||||
When disassembling instructions, do not print the instruction bytes.
|
||||
.It Fl -print-after-all
|
||||
Print IR after each pass.
|
||||
.It Fl -print-before-all
|
||||
Print IR before each pass.
|
||||
.It Fl -print-imm-hex
|
||||
Use hex format for immediate values.
|
||||
.It Fl -private-header
|
||||
|
|
@ -155,10 +151,6 @@ See
|
|||
for available targets.
|
||||
.It Fl -unwind-info
|
||||
Display unwind information.
|
||||
.It Fl -verify-debug-info
|
||||
Verify debug info.
|
||||
.It Fl -verify-dom-info
|
||||
Verify dominator info (time consuming).
|
||||
.It Fl -version
|
||||
Display the version of this program.
|
||||
.It Fl -weak-bind
|
||||
|
|
|
|||
Loading…
Reference in a new issue