[llvm] ca01262 - [docs] Update llvm-readelf supported options after D105532

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 16 10:40:37 PDT 2021


Author: Fangrui Song
Date: 2021-07-16T10:40:30-07:00
New Revision: ca012627cd9352d5ff5eccfadeaeabc083c8f704

URL: https://github.com/llvm/llvm-project/commit/ca012627cd9352d5ff5eccfadeaeabc083c8f704
DIFF: https://github.com/llvm/llvm-project/commit/ca012627cd9352d5ff5eccfadeaeabc083c8f704.diff

LOG: [docs] Update llvm-readelf supported options after D105532

Added: 
    

Modified: 
    llvm/docs/CommandGuide/llvm-readelf.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/CommandGuide/llvm-readelf.rst b/llvm/docs/CommandGuide/llvm-readelf.rst
index c1fd04da28c5a..59a9da60e53da 100644
--- a/llvm/docs/CommandGuide/llvm-readelf.rst
+++ b/llvm/docs/CommandGuide/llvm-readelf.rst
@@ -22,7 +22,8 @@ OPTIONS
 
 .. option:: --all
 
- Equivalent to specifying all the main display options.
+ Equivalent to specifying all the main display options relevant to the file
+ format.
 
 .. option:: --addrsig
 
@@ -57,7 +58,7 @@ OPTIONS
 
  Display the callgraph profile section.
 
-.. option:: --elf-hash-histogram, --histogram, -I
+.. option:: --histogram, -I
 
  Display a bucket list histogram for dynamic symbol hash tables.
 
@@ -71,7 +72,7 @@ OPTIONS
  ``GNU``. ``LLVM`` output is an expanded and structured format, whilst ``GNU``
  (the default) output mimics the equivalent GNU :program:`readelf` output.
 
-.. option:: --elf-section-groups, --section-groups, -g
+.. option:: --section-groups, -g
 
  Display section groups.
 


        


More information about the llvm-commits mailing list