From c46fcc1c0b96a8426b199f7c76605f5795c2dbd2 Mon Sep 17 00:00:00 2001 From: James Henderson Date: Fri, 24 Jan 2020 09:49:55 +0000 Subject: [PATCH] [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. --- docs/CommandGuide/llvm-objcopy.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/CommandGuide/llvm-objcopy.rst b/docs/CommandGuide/llvm-objcopy.rst index 525dcbfb0ea..d5e9987df14 100644 --- a/docs/CommandGuide/llvm-objcopy.rst +++ b/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 --------------------