diff options
author | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2024-02-16 12:11:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-16 12:11:04 +0100 |
commit | bf471c915d14035a24ec027fb2bb0373cefdabe1 (patch) | |
tree | 28db83fe2120e6d415c17454d5c08ecd585d82de /llvm/docs/CommandGuide | |
parent | 2e43ca49d06d4cf78a3fd86e1e41175fde083708 (diff) | |
download | llvm-bf471c915d14035a24ec027fb2bb0373cefdabe1.zip llvm-bf471c915d14035a24ec027fb2bb0373cefdabe1.tar.gz llvm-bf471c915d14035a24ec027fb2bb0373cefdabe1.tar.bz2 |
[docs][llvm-objcopy] Add missing formats (#81981)
Bring list of supported formats in docs back in sync with the code.
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-objcopy.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-objcopy.rst b/llvm/docs/CommandGuide/llvm-objcopy.rst index b823be9..0fb3c4b 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: |