[llvm] bf471c9 - [docs][llvm-objcopy] Add missing formats (#81981)

via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 16 03:11:08 PST 2024


Author: Ulrich Weigand
Date: 2024-02-16T12:11:04+01:00
New Revision: bf471c915d14035a24ec027fb2bb0373cefdabe1

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

LOG: [docs][llvm-objcopy] Add missing formats (#81981)

Bring list of supported formats in docs back in sync with the code.

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 b823be9e828249..0fb3c4bed643a5 100644
--- a/llvm/docs/CommandGuide/llvm-objcopy.rst
+++ b/llvm/docs/CommandGuide/llvm-objcopy.rst
@@ -543,6 +543,10 @@ options. For GNU :program:`objcopy` compatibility, the values are all bfdnames.
 - `elf64-tradlittlemips`
 - `elf32-sparc`
 - `elf32-sparcel`
+- `elf32-hexagon`
+- `elf32-loongarch`
+- `elf64-loongarch`
+- `elf64-s390`
 
 The following formats are suppoprted by :program:`llvm-objcopy` for the
 :option:`--output-target` only:


        


More information about the llvm-commits mailing list