Date: Mon, 26 Nov 2018 14:45:59 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r340973 - head/usr.bin/clang/llvm-objdump Message-ID: <201811261445.wAQEjxir029955@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: emaste Date: Mon Nov 26 14:45:58 2018 New Revision: 340973 URL: https://svnweb.freebsd.org/changeset/base/340973 Log: 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 Modified: head/usr.bin/clang/llvm-objdump/llvm-objdump.1 Modified: head/usr.bin/clang/llvm-objdump/llvm-objdump.1 ============================================================================== --- head/usr.bin/clang/llvm-objdump/llvm-objdump.1 Mon Nov 26 14:34:30 2018 (r340972) +++ head/usr.bin/clang/llvm-objdump/llvm-objdump.1 Mon Nov 26 14:45:58 2018 (r340973) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811261445.wAQEjxir029955>