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.

(cherry picked from commit bf471c9)
  • Loading branch information
uweigand authored and tstellar committed Feb 23, 2024
1 parent 9c434b4 commit 7103145
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 @@ -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.
Expand Down

0 comments on commit 7103145

Please sign in to comment.