Skip to content

Commit

Permalink
[doc][llvm-objcopy] Remove redundant COFF-specific sub-heading
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jh7370 committed Jan 24, 2020
1 parent ddbc077 commit 0298a87
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions llvm/docs/CommandGuide/llvm-objcopy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------

Expand Down

0 comments on commit 0298a87

Please sign in to comment.