[llvm] 0298a87 - [doc][llvm-objcopy] Remove redundant COFF-specific sub-heading

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 24 02:26:25 PST 2020


Author: James Henderson
Date: 2020-01-24T10:25:39Z
New Revision: 0298a8751152a209fe26052ca126b6b36ced0612

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

LOG: [doc][llvm-objcopy] Remove redundant COFF-specific sub-heading

The sub-heading used to contain the --only-keep-debug switch as that
switch wasn't implemented for ELF at one point. Since the switch is now
in the generic options section, and there are no other options in this
sub-heading, it is pointless and can be deleted.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/docs/CommandGuide/llvm-objcopy.rst b/llvm/docs/CommandGuide/llvm-objcopy.rst
index 525dcbfb0ea4..d5e9987df143 100644
--- a/llvm/docs/CommandGuide/llvm-objcopy.rst
+++ b/llvm/docs/CommandGuide/llvm-objcopy.rst
@@ -210,13 +210,6 @@ multiple file formats.
   The order of wildcards does not matter. For example, ``-w -N '*' -N '!x'`` is
   the same as ``-w -N '!x' -N '*'``.
 
-COFF-SPECIFIC OPTIONS
----------------------
-
-The following options are implemented only for COFF objects. If used with other
-objects, :program:`llvm-objcopy` will either emit an error or silently ignore
-them.
-
 ELF-SPECIFIC OPTIONS
 --------------------
 


        


More information about the llvm-commits mailing list