Skip to content

Commit

Permalink
[docs][llvm-objcopy] Add missing formats (#81981)
Browse files Browse the repository at this point in the history
Bring list of supported formats in docs back in sync with the code.
  • Loading branch information
uweigand committed Feb 16, 2024
1 parent 2e43ca4 commit bf471c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions llvm/docs/CommandGuide/llvm-objcopy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bf471c9

Please sign in to comment.