[llvm-branch-commits] [llvm] 7103145 - [docs][llvm-objcopy] Add missing formats (#81981)

Tom Stellard via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Feb 23 12:49:05 PST 2024


Author: Ulrich Weigand
Date: 2024-02-23T12:48:38-08:00
New Revision: 710314502424782d49c7c57e0d8959a8231e5db1

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

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

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

(cherry picked from commit bf471c915d14035a24ec027fb2bb0373cefdabe1)

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 6e13cd94b92fda..01a96f2f4f770e 100644
--- a/llvm/docs/CommandGuide/llvm-objcopy.rst
+++ b/llvm/docs/CommandGuide/llvm-objcopy.rst
@@ -538,6 +538,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`
 
 Additionally, all targets except `binary` and `ihex` can have `-freebsd` as a
 suffix.


        


More information about the llvm-branch-commits mailing list