From 2431a6854dc493d125e9e810d3f42efb69d71ce2 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Tue, 27 Nov 2018 13:52:51 +0000 Subject: [PATCH] llvm-objdump.1: remove more unintentional options Some options come from static constructors in LLVM libraries and are automatically added to llvm's usage output. They're not really supposed to be llvm-objdump options. Reported by: Fangrui Song in LLVM review D54864 Sponsored by: The FreeBSD Foundation --- usr.bin/clang/llvm-objdump/llvm-objdump.1 | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/usr.bin/clang/llvm-objdump/llvm-objdump.1 b/usr.bin/clang/llvm-objdump/llvm-objdump.1 index 9f9d2c16873..3860443fd78 100644 --- a/usr.bin/clang/llvm-objdump/llvm-objdump.1 +++ b/usr.bin/clang/llvm-objdump/llvm-objdump.1 @@ -1,7 +1,7 @@ .\" This file is distributed under the University of Illinois Open Source .\" License. .\" -.Dd November 26, 2018 +.Dd November 27, 2018 .Dt LLVM-OBJDUMP 1 .Os .Sh NAME @@ -118,8 +118,6 @@ Dump the raw binary contents of the clang AST section. 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 @@ -133,18 +131,11 @@ Implies disassmble object. .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